From 2e7d8199fd2aa0ab30f419d4566cc8dac119d896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 16 Jul 2025 21:10:19 +0200 Subject: [PATCH] fix(tmux): terminal color --- .config/tmux/conf/options.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/tmux/conf/options.conf b/.config/tmux/conf/options.conf index bf9164aa..a70d958d 100644 --- a/.config/tmux/conf/options.conf +++ b/.config/tmux/conf/options.conf @@ -2,8 +2,9 @@ set -g mouse on # Theming and layout -set -g default-terminal "${TERM}" 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 ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m'