mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2026-09-10 07:36:17 -04:00
Merge pull request #101 from wshanks/wshanks-patch-1
Add additional suggestion for tmux colors
This commit is contained in:
commit
bcd4e74e98
11
Readme.md
11
Readme.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue