Add additional suggestion for tmux colors

This commit is contained in:
Will Shanks
2023-02-22 16:06:03 -05:00
committed by GitHub
parent 9f9b795197
commit d075804ea1

View File

@@ -178,6 +178,17 @@ let &t_8b = "\<Esc>[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