From cc05bc21ffdfdbc3c0f2c95b09561c57ae656340 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 28 May 2020 20:51:06 +0100 Subject: Fix for tmux colours --- tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index b8eb0fe..a562e46 100644 --- a/tmux.conf +++ b/tmux.conf @@ -8,6 +8,7 @@ set -g mouse on # For vim themes set -g default-terminal "tmux-256color" +set-option -sa terminal-overrides ',tmux-256color:RGB' # xterm-style function key sequences setw -g xterm-keys on -- cgit v1.2.3