Probe other color scheme and add only resurrect tmux conf
This commit is contained in:
@ -32,7 +32,11 @@ set -g @man-shell-interactive 'off'
|
||||
# Tmux system configuration
|
||||
set-option -gq display-time "2600"
|
||||
|
||||
set -g default-terminal "xterm-256color"
|
||||
# Try to solve problem with vim colors
|
||||
# True colors (via: https://jdhao.github.io/2018/10/19/tmux_nvim_true_color/ )
|
||||
set -g default-terminal "screen-256color"
|
||||
# tell Tmux that outside terminal supports true color
|
||||
set -ag terminal-overrides ",alacritty:RGB"
|
||||
|
||||
# --- START colours superhero ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user