Add .config/rofi/colors/rosepine.rasi
Update .config/tmux/tmux.conf
This commit is contained in:
parent
6e56341726
commit
60d51beda4
2 changed files with 27 additions and 3 deletions
16
dot_config/rofi/colors/rosepine.rasi
Normal file
16
dot_config/rofi/colors/rosepine.rasi
Normal 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;
|
||||
}
|
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue