Add .config/rofi/colors/rosepine.rasi

Update .config/tmux/tmux.conf
This commit is contained in:
punkfairie 2024-08-04 18:19:54 -07:00
parent 6e56341726
commit 60d51beda4
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
2 changed files with 27 additions and 3 deletions

View file

@ -0,0 +1,16 @@
/**
*
* Author : Aditya Shakya (adi1090x)
* Github : @adi1090x
*
* Colors
**/
* {
background: #191724FF;
background-alt: #1F1D2EFF;
foreground: #E0DEF4FF;
selected: #31748FFF;
active: #9CCFD8FF;
urgent: #EB6F92FF;
}

View file

@ -9,7 +9,9 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
{{ if eq .drapeau.colors.name "catppuccin" -}} {{ if eq .drapeau.colors.name "catppuccin" -}}
set -g @plugin 'catppuccin/tmux' set -g @plugin 'catppuccin/tmux'
{{ end }} {{ end }}
{{ if eq .drapeau.colors.name "rosepine" -}}
set -g @plugin 'rose-pine/tmux'
{{ end }}
################################################################################ ################################################################################
# General # # General #
################################################################################ ################################################################################
@ -114,10 +116,9 @@ bind -T copy-mode-vi Escape if-shell -F '#{selection_present}' 'send -X clear-se
{{ if eq .drapeau.colors.name "catppuccin" -}} {{ if eq .drapeau.colors.name "catppuccin" -}}
################################################################################ ################################################################################
# Catppuccin # # catppuccin #
################################################################################ ################################################################################
# catppuccin
set -g @catppuccin_flavour {{ .drapeau.colors.flavor | squote }} set -g @catppuccin_flavour {{ .drapeau.colors.flavor | squote }}
set -g @catppuccin_window_left_separator "" set -g @catppuccin_window_left_separator ""
@ -141,6 +142,13 @@ set -g @catppuccin_status_connect_separator "no"
set -g @catppuccin_directory_text "#{pane_current_path}" set -g @catppuccin_directory_text "#{pane_current_path}"
set -g @catppuccin_date_time_text "%b %d • %I:%M %p" set -g @catppuccin_date_time_text "%b %d • %I:%M %p"
{{ end -}}
{{ if eq .drapeau.colors.name "rosepine" -}}
################################################################################
# rose pine #
################################################################################
set -g @rose_pine_variant {{ .drapeau.colors.flavor | squote }}
{{ end -}} {{ end -}}
################################################################################ ################################################################################
# tpm # # tpm #