From d853482e86c1bf50da39c134eefad4ddbe9448bd Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sun, 30 Apr 2023 18:14:53 -0500 Subject: tmux: fix color support on konsole --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 1f73def..af48d32 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,3 +1,6 @@ +# These terminals support 24-bit color +set -sa terminal-overrides ",konsole-256color:Tc" + set -g default-terminal "screen-256color" set -g escape-time 0 -- cgit v1.2.3