From cc3c6373e33664844e93ddd4f52d513fa327c7d3 Mon Sep 17 00:00:00 2001 From: Atao Date: Fri, 12 Jan 2024 19:14:20 +0100 Subject: [PATCH] Nvim + tmux wrong color fixes --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index eb2ead4..453ef1c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,4 +1,4 @@ -set-option -sa terminal-overrides ",xterm*:Tc" +set -ag terminal-overrides ",xterm-256color:RGB" set -g default-terminal "screen-256color" set -g mouse on