tmux: switch back to tokyonight theme
This commit is contained in:
parent
bc47a66781
commit
bfcfc9f04d
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue