summaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-07-02 18:40:50 +0530
committerkrolxon <krolyxon@tutanota.com>2025-07-02 18:40:50 +0530
commit137402bad8f846fc37863e12c343d428ef4bfddd (patch)
tree4063465ac8c63238561212aed44db37d9cd776c5 /.config/tmux/tmux.conf
parentca028a17dff37a5724da26ae9ccf5a7668dfea97 (diff)
move to tokyonight theme
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r--.config/tmux/tmux.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index e9893c2..37119fc 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -43,8 +43,5 @@ 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 'dracula/tmux'
-# set -g @plugin 'fabioluciano/tmux-tokyo-night'
-set -g @plugin 'egel/tmux-gruvbox'
-set -g @tmux-gruvbox 'dark'
+set -g @plugin 'fabioluciano/tmux-tokyo-night'
run '~/.config/tmux/plugins/tpm/tpm'