aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-10-10 21:08:18 +0530
committerkrolxon <krolyxon@tutanota.com>2025-10-10 21:08:18 +0530
commitbfcfc9f04da5757b1e5e44eac0fb9e57fe41bf26 (patch)
treed35a5af0dcc4a35ccbef9cf5cdb772a56aac19ca /.config
parentbc47a6678143f0a4e5f444b3d59d832f508d093e (diff)
tmux: switch back to tokyonight theme
Diffstat (limited to '.config')
-rw-r--r--.config/tmux/tmux.conf9
1 files 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'