mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-11 16:26:58 +00:00
Update Readme.
This commit is contained in:
15
Readme.md
15
Readme.md
@@ -80,19 +80,18 @@ These options may be used with any `solarized8_*` variant.
|
|||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
**Hey, I do not get the right colors when running Vim inside tmux!**
|
**Hey, I do not get the right colors when running Vim inside tmux or in my
|
||||||
|
favourite true-color enabled terminal!**
|
||||||
|
|
||||||
Put this in your `.vimrc`:
|
Try putting this in your `.vimrc`:
|
||||||
|
|
||||||
```
|
```
|
||||||
set t_8f=^[[38;2;%lu;%lu;%lum
|
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||||
set t_8b=^[[48;2;%lu;%lu;%lum
|
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
||||||
```
|
```
|
||||||
|
|
||||||
where `^[` is *not* obtained by typing `^` followed by `[`, but it is a real
|
See `:h xterm-true-color` for the details.
|
||||||
escape character (to obtain it, type `<Ctrl-v><Ctrl-[>` in Insert mode). If that
|
|
||||||
does not work yet, try replacing the semicolons with colons. See `:h
|
|
||||||
xterm-true-color` for the details.
|
|
||||||
|
|
||||||
## Tips
|
## Tips
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user