From edde785a0385d99e39d0393fe778919c58ec2a88 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Fri, 18 Apr 2025 08:48:22 +0200 Subject: [PATCH] [tmux] Change theme --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 23837d1..f0190ac 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -76,7 +76,7 @@ set -g @plugin 'tmux-plugins/tpm' #set -g @plugin 'tmux-plugins/tmux-open' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'jimeh/tmux-themepack' -set -g @themepack 'powerline/double/yellow' +set -g @themepack 'powerline/double/red' setenv -g TMUX_PLUGIN_MANAGER_PATH "$HOME/.tmux/plugins/"