tmux: switch back to tokyonight theme

This commit is contained in:
krolxon 2025-10-10 21:08:18 +05:30
parent bc47a66781
commit bfcfc9f04d
1 changed files with 5 additions and 4 deletions

View File

@ -45,10 +45,11 @@ bind -r C-l resize-pane -R 5
# TPM # TPM
## Setup: git clone https://github.com/tmux-plugins/tpm plugins/tpm ## Setup: git clone https://github.com/tmux-plugins/tpm plugins/tpm
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
# set -g @plugin 'fabioluciano/tmux-tokyo-night' set -g @plugin 'fabioluciano/tmux-tokyo-night'
# Configure the catppuccin plugin # Configure the catppuccin plugin
set -g @catppuccin_flavor "mocha" # set -g @catppuccin_flavor "mocha"
set -g @catppuccin_window_status_style "rounded" # set -g @catppuccin_window_status_style "rounded"
set -g @plugin 'catppuccin/tmux' # set -g @plugin 'catppuccin/tmux'
run '~/.config/tmux/plugins/tpm/tpm' run '~/.config/tmux/plugins/tpm/tpm'