diff --git a/dot_config/rofi/colors/rosepine.rasi b/dot_config/rofi/colors/rosepine.rasi new file mode 100644 index 0000000..e06585b --- /dev/null +++ b/dot_config/rofi/colors/rosepine.rasi @@ -0,0 +1,16 @@ +/** + * + * Author : Aditya Shakya (adi1090x) + * Github : @adi1090x + * + * Colors + **/ + +* { + background: #191724FF; + background-alt: #1F1D2EFF; + foreground: #E0DEF4FF; + selected: #31748FFF; + active: #9CCFD8FF; + urgent: #EB6F92FF; +} diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index ac6f629..7912c22 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -9,7 +9,9 @@ set -g @plugin 'tmux-plugins/tmux-sensible' {{ if eq .drapeau.colors.name "catppuccin" -}} set -g @plugin 'catppuccin/tmux' {{ end }} - +{{ if eq .drapeau.colors.name "rosepine" -}} +set -g @plugin 'rose-pine/tmux' +{{ end }} ################################################################################ # 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" -}} ################################################################################ -# Catppuccin # +# catppuccin # ################################################################################ -# catppuccin set -g @catppuccin_flavour {{ .drapeau.colors.flavor | squote }} 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_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 -}} ################################################################################ # tpm #