diff --git a/.tmux.conf b/.tmux.conf index a43eeef..6a32f43 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -96,6 +96,9 @@ bind r source-file ~/.tmux.conf # Set TERM to 256 colors set -g default-terminal "tmux-256color" +# 24 bit colors +set -ga terminal-overrides ",xterm-termite:Tc" + # Start window numbering at 1 set -g base-index 1