From 1d16b85cb6b6ade33a1842472432a72d72fa1242 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 5 Apr 2022 08:27:05 +0200 Subject: [PATCH] set RGB colors (not sure it's needed) --- dot_tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_tmux.conf b/dot_tmux.conf index 6fa8631..78d811b 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -23,6 +23,8 @@ setw -g aggressive-resize on # =========================================================================== # Other options +set -as terminal-overrides ',xterm*:RGB' + set -q -g status-utf8 on # expect UTF-8 (tmux < 2.2) setw -q -g utf8 on