From 387a7dfef288dada220c6d53b4975903638d7b61 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 13 Feb 2024 22:30:06 +0000 Subject: [PATCH] feat(tmux): upgrade color setup --- config/tmux/tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index f00ab3d..50989c3 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -55,7 +55,9 @@ unbind r bind r source-file ~/.config/tmux/tmux.conf\; display "Reloaded conf." # Full color for vim -set -g default-terminal "screen-256color" +# based on https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6 +set -g default-terminal "tmux-256color" +set -sg terminal-overrides ",*:RGB" #### COLOUR (Solarized 256)