tmux: add switchable gruvbox/catppuccin/tokyonight themes
This commit is contained in:
@@ -217,9 +217,16 @@ set -g window-active-style "bg=default"
|
||||
# RELOAD CONFIG
|
||||
# ============================================
|
||||
|
||||
source-file ~/.config/tmux/themes/gruvbox.tmux
|
||||
|
||||
# Toggle top status bar on/off (Prefix + b)
|
||||
bind b if -F "#{==:#{status},on}" "set -g status off" "set -g status on"
|
||||
|
||||
# Theme switcher (Prefix + 1/2/3)
|
||||
bind 1 source-file ~/.config/tmux/themes/gruvbox.tmux
|
||||
bind 2 source-file ~/.config/tmux/themes/catppuccin.tmux
|
||||
bind 3 source-file ~/.config/tmux/themes/tokyonight.tmux
|
||||
|
||||
# Reload config file with message
|
||||
bind r source-file ~/.config/tmux/tmux.conf \; display-message " Config reloaded!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user