From bfcfc9f04da5757b1e5e44eac0fb9e57fe41bf26 Mon Sep 17 00:00:00 2001 From: krolxon Date: Fri, 10 Oct 2025 21:08:18 +0530 Subject: [PATCH] tmux: switch back to tokyonight theme --- .config/tmux/tmux.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index fc2c965..e9b4b98 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -45,10 +45,11 @@ bind -r C-l resize-pane -R 5 # TPM ## Setup: git clone https://github.com/tmux-plugins/tpm 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 -set -g @catppuccin_flavor "mocha" -set -g @catppuccin_window_status_style "rounded" -set -g @plugin 'catppuccin/tmux' +# set -g @catppuccin_flavor "mocha" +# set -g @catppuccin_window_status_style "rounded" +# set -g @plugin 'catppuccin/tmux' + run '~/.config/tmux/plugins/tpm/tpm'