mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +00:00
Merge pull request #101 from wshanks/wshanks-patch-1
Add additional suggestion for tmux colors
This commit is contained in:
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.
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user