From 08ab3a14223816117df784c1e4eb3be5e0bfcc86 Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Sat, 19 Feb 2022 00:07:14 +0100 Subject: [PATCH] tmux: fix true color --- etc/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/tmux.conf b/etc/tmux.conf index 16f9d4c..9a374ec 100644 --- a/etc/tmux.conf +++ b/etc/tmux.conf @@ -35,6 +35,9 @@ set-option -g allow-rename on # so pagers don't blank the screen set-option -g alternate-screen off +# True color +set-option -ga terminal-overrides ",xterm-256color:Tc" + # ┌──────────────────────────────────────────────────────┐ # │ Gruvbox ^^ from https://github.com/egel/tmux-gruvbox │ # └──────────────────────────────────────────────────────┘