enable 24 bit colour

This commit is contained in:
packetcat 2022-07-03 12:26:20 -04:00
parent d6ce5403cb
commit 30a0a2cfe6
1 changed files with 3 additions and 0 deletions

View File

@ -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