From cbbf1ca0f9f5b1904d517e02e65d310530d5b923 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Sun, 17 Nov 2024 10:28:56 -0500 Subject: [PATCH] Changed tmux theme to tokyonight storm Changed the tmux theme to the storm variant of tokyonight --- tmux/dot-config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/dot-config/tmux/tmux.conf b/tmux/dot-config/tmux/tmux.conf index e937bf1..edd9e88 100644 --- a/tmux/dot-config/tmux/tmux.conf +++ b/tmux/dot-config/tmux/tmux.conf @@ -4,7 +4,7 @@ set -g @plugin 'fabioluciano/tmux-tokyo-night' set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @theme_variation 'moon' +set -g @theme_variation 'storm' set -g @theme_disable_plugins 1 #set -g @theme_plugin_datetime_format '%a %d %b %Y' -- 2.49.1