From 0e89bdf93025aa55b9f19b456a08319b8cffa337 Mon Sep 17 00:00:00 2001 From: Daniel Weber Date: Thu, 18 Jul 2024 09:14:02 -0400 Subject: [PATCH] Fixing colors --- 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 818f8b3..57d8175 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -6,7 +6,7 @@ set -g @plugin '2kabhishek/tmux2k' set -g @tmux2k-theme 'default icons' -set -g default-terminal 'tmux-256color' +set -ga terminal-overrides ",xterm-256color:Tc" # undercurl support set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # support colors for undercurl