From b77b4ef482dde01b10e725c748efafd63587904b Mon Sep 17 00:00:00 2001 From: Daniel Weber Date: Fri, 28 Jun 2024 14:04:58 -0400 Subject: [PATCH] Changing the tmux colors cause meh --- tmux/.config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index d4b4b50..3c6323a 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -4,7 +4,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible' # Tmux theme set -g @plugin '2kabhishek/tmux2k' -set -g @tmux2k-theme 'onedark' +set -g @tmux2k-theme 'default icons' set -ga terminal-overrides ",xterm-256color:Tc"