aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-03-03 12:07:34 -0700
committerCody Hiar <cody@hiar.ca>2021-03-03 12:07:34 -0700
commit7b87b3831e33ce80d58f789614db045cdf243af1 (patch)
treeb6929d617fee36858208df088b2fc32b683b14df
parent83883021429972895654e99542ec1abf6ae2fae6 (diff)
Update for true color
-rw-r--r--stow/tmux/.tmux.conf4
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