fix(tmux): terminal color

This commit is contained in:
Sergio Laín 2025-07-16 21:10:19 +02:00
parent 442034e71c
commit 2e7d8199fd
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -2,8 +2,9 @@
set -g mouse on set -g mouse on
# Theming and layout # Theming and layout
set -g default-terminal "${TERM}"
set -g status-position top set -g status-position top
set -g default-terminal "screen-256color"
set-option -sa terminal-overrides ",xterm-256color:RGB"
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m'