Merge pull request #101 from wshanks/wshanks-patch-1

Add additional suggestion for tmux colors
This commit is contained in:
Lifepillar
2023-02-25 12:52:31 +00:00
committed by GitHub

View File

@@ -178,6 +178,17 @@ let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
See `:h xterm-true-color` for the details. 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 ## Hacking