tmux: add switchable gruvbox/catppuccin/tokyonight themes

This commit is contained in:
Thomas Naderer
2026-02-21 22:17:53 +01:00
parent 58cbde4ce4
commit 6e03fe4eda
4 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Catppuccin Mocha theme preset for tmux
set -g status-style "bg=#1e1e2e,fg=#cdd6f4"
set -g pane-border-style "fg=#313244"
set -g pane-active-border-style "fg=#89b4fa,bold"
set -g message-style "bg=#f9e2af,fg=#1e1e2e,bold"
set -g mode-style "bg=#f9e2af,fg=#1e1e2e,bold"
set -g window-status-style "fg=#a6adc8,bg=#1e1e2e"
set -g window-status-format "#[fg=#1e1e2e,bg=#45475a] #I #[fg=#a6adc8,bg=#1e1e2e] #W #[fg=#1e1e2e,bg=default]"
set -g window-status-current-style "fg=#1e1e2e,bg=#89b4fa,bold"
set -g window-status-current-format "#[fg=#1e1e2e,bg=#89b4fa,bold] #I #[fg=#1e1e2e,bg=#74c7ec,bold] #W #[fg=#74c7ec,bg=default]"
set -g status-left "#[fg=#1e1e2e,bg=#89b4fa,bold] #S #[fg=#89b4fa,bg=#1e1e2e] #[fg=#cdd6f4,bg=#1e1e2e]#(whoami)@#H "
set -g status-right "#[fg=#1e1e2e,bg=#f5c2e7,bold] #{pane_current_command} #[fg=#f5c2e7,bg=#89dceb]#[fg=#1e1e2e,bg=#89dceb,bold] %H:%M #[fg=#89dceb,bg=#a6e3a1]#[fg=#1e1e2e,bg=#a6e3a1,bold] %a %d %b "