From 7b87b3831e33ce80d58f789614db045cdf243af1 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 3 Mar 2021 12:07:34 -0700 Subject: Update for true color --- stow/tmux/.tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index f106924..75ca974 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -55,7 +55,7 @@ bind C-w run-shell "~/.tmux/scripts/window_renum" ##################################### # Help with the color problems -set -g default-terminal "screen-256color" +set -g default-terminal "xterm-kitty" # Use vim keybindings in copy mode and help menus setw -g mode-keys vi # Set the display panes timeout @@ -69,6 +69,8 @@ set -g base-index 1 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" ##################################### # Colors -- cgit v1.2.3