diff options
author | Cody Hiar <cody@hiar.ca> | 2021-03-03 12:07:34 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-03-03 12:07:34 -0700 |
commit | 7b87b3831e33ce80d58f789614db045cdf243af1 (patch) | |
tree | b6929d617fee36858208df088b2fc32b683b14df | |
parent | 83883021429972895654e99542ec1abf6ae2fae6 (diff) |
Update for true color
-rw-r--r-- | stow/tmux/.tmux.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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 |