enable 24 bit colour
This commit is contained in:
parent
d6ce5403cb
commit
30a0a2cfe6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue