Feat: set terminal colors

This commit is contained in:
Bertrand Benjamin 2023-09-25 10:13:49 +02:00
parent 06e9c790a9
commit e4c915c224
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
set -g default-terminal "xterm-256color"
set-option -sa terminal-overrides ",xterm*:Tc"
set -g default-terminal "tmux-256color"
set-option -sa terminal-features ',alacritty:RGB'
# set-option -sa terminal-overrides ",screen:Tc"
## Vim user config