From d075804ea16e712d590fe209cc1bf3bdf0bed8f4 Mon Sep 17 00:00:00 2001 From: Will Shanks Date: Wed, 22 Feb 2023 16:06:03 -0500 Subject: [PATCH] Add additional suggestion for tmux colors --- Readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Readme.md b/Readme.md index 8dcc6d0..4a93b04 100644 --- a/Readme.md +++ b/Readme.md @@ -178,6 +178,17 @@ let &t_8b = "\[48;2;%lu;%lu;%lum" See `:h xterm-true-color` for the details. +It may also be necessary to add the following to your `tmux.conf`: + +``` +# Add truecolor support +set-option -ga terminal-overrides ",xterm-256color:Tc" +# Default terminal is 256 colors +set -g default-terminal "screen-256color" +``` + +See the discussion [here](https://github.com/lifepillar/vim-solarized8/issues/4#issuecomment-985416964) for context. + ## Hacking