tmux color fix

This commit is contained in:
Christoph J. Scherr 2023-09-07 10:20:36 +02:00
parent ab4ba24dc7
commit 84aa3c7dcd
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@ unbind C-l # Default for go to last window
bind -n C-l if-shell "$is_shell" "bind -n C-l send-keys C-l ; run 'sleep 0.1' ; clear-history" bind -n C-l if-shell "$is_shell" "bind -n C-l send-keys C-l ; run 'sleep 0.1' ; clear-history"
# use all colors # use all colors
set -g default-terminal "screen-256color" set -g default-terminal "tmux-256color"
set-option -sa terminal-overrides ',XXX:RGB' #set-option -sa terminal-overrides ',XXX:RGB'
# theming, See https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-dark.conf # theming, See https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-dark.conf