From a5d27dd9095a12e307abe90706580f7a858275a7 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 21 Feb 2022 15:20:01 +0100 Subject: [PATCH] feat: fix console colors --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 790deb7..a098e2b 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,6 @@ set-window-option -g mode-keys vi -set -g default-terminal "screen-256color" -set -g terminal-overrides ',xterm-256color:Tc' +set -g default-terminal "tmux-256color" +set -ag terminal-overrides ',xterm-256color:RGB' set -sg escape-time 10 # Smart pane switching with awareness of Vim splits.