tmux: add switchable gruvbox/catppuccin/tokyonight themes
This commit is contained in:
14
tmux/themes/gruvbox.tmux
Normal file
14
tmux/themes/gruvbox.tmux
Normal file
@@ -0,0 +1,14 @@
|
||||
# Gruvbox theme preset for tmux
|
||||
set -g status-style "bg=#3c3836,fg=#ebdbb2"
|
||||
set -g pane-border-style "fg=#3c3836"
|
||||
set -g pane-active-border-style "fg=#fabd2f,bold"
|
||||
set -g message-style "bg=#d79921,fg=#282828,bold"
|
||||
set -g mode-style "bg=#d79921,fg=#282828,bold"
|
||||
|
||||
set -g window-status-style "fg=#a89984,bg=#3c3836"
|
||||
set -g window-status-format "#[fg=#282828,bg=#504945] #I #[fg=#a89984,bg=#3c3836] #W #[fg=#3c3836,bg=default]"
|
||||
set -g window-status-current-style "fg=#282828,bg=#fabd2f,bold"
|
||||
set -g window-status-current-format "#[fg=#282828,bg=#fabd2f,bold] #I #[fg=#282828,bg=#d79921,bold] #W #[fg=#d79921,bg=default]"
|
||||
|
||||
set -g status-left "#[fg=#282828,bg=#83a598,bold] #S #[fg=#83a598,bg=#3c3836] #[fg=#ebdbb2,bg=#3c3836]#(whoami)@#H "
|
||||
set -g status-right "#[fg=#282828,bg=#d3869b,bold] #{pane_current_command} #[fg=#d3869b,bg=#458588]#[fg=#282828,bg=#458588,bold] %H:%M #[fg=#458588,bg=#b8bb26]#[fg=#282828,bg=#b8bb26,bold] %a %d %b "
|
||||
Reference in New Issue
Block a user