diff options
author | Cody Hiar <cody@hiar.ca> | 2021-03-03 12:54:37 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-03-03 12:54:37 -0700 |
commit | 504b25f2604e4bc9a937876bf1501bb2d8de18e4 (patch) | |
tree | c5c4dadfab6560ee84242cbb42ef8a75a6d7a315 | |
parent | 02b7d614c4a0c58f36221039fcffc3cdbfac50c2 (diff) |
24 bit colors for kitty
-rw-r--r-- | stow/tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |