From 2afa287479bb8546d3d14dece571860d94f4fc63 Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Tue, 9 May 2023 11:50:12 +0200 Subject: [PATCH] Change tmux theme (cherry picked from commit 5bcc033a2725b91d5463074de6014e328ce97bbe) --- tmux/.tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 9e52080..597bad1 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -26,7 +26,10 @@ set -g @plugin 'tmux-plugins/tmux-sensible' # Theme set -g @plugin 'wfxr/tmux-power' -set -g @tmux_power_theme 'forest' +# Forest theme +# set -g @tmux_power_theme 'forest' +# Sky theme +set -g @tmux_power_theme 'sky'