Probe other color scheme and add only resurrect tmux conf

This commit is contained in:
2025-12-05 16:40:34 +03:00
parent 61eb1e7ea2
commit bf38bd3818
3 changed files with 53 additions and 2 deletions

View File

@ -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 ---