feat: fix console colors

main
mandlm 2022-02-21 15:20:01 +01:00
parent db439caed7
commit a5d27dd909
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
set-window-option -g mode-keys vi
set -g default-terminal "screen-256color"
set -g terminal-overrides ',xterm-256color:Tc'
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ',xterm-256color:RGB'
set -sg escape-time 10
# Smart pane switching with awareness of Vim splits.