From 36dbb50208765974b447e11247280619b4bae0bc Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 20 Oct 2025 13:50:21 +0100 Subject: [PATCH] tmux: tweak theme --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index c3d782e..849744d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -96,7 +96,8 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-sidebar' -set -g @plugin 'seebi/tmux-colors-solarized' +# set -g @plugin 'seebi/tmux-colors-solarized' +set -g @plugin "nordtheme/tmux" # Other examples: # set -g @plugin 'github_username/plugin_name'