From 504b25f2604e4bc9a937876bf1501bb2d8de18e4 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 3 Mar 2021 12:54:37 -0700 Subject: 24 bit colors for kitty --- stow/tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index 96ae6a3..ba210ec 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -72,7 +72,7 @@ setw -g pane-base-index 1 # Increase the history set -g history-limit 50000 # Beautiful 24 bit color -set -ga terminal-overrides ",xterm-256color:Tc" +set -ga terminal-overrides ",xterm-kitty:Tc" ##################################### # Colors -- cgit v1.2.3