diff options
author | José Luis Lafuente <jl@lafuente.me> | 2017-12-06 21:02:22 +0100 |
---|---|---|
committer | José Luis Lafuente <jl@lafuente.me> | 2017-12-06 21:02:22 +0100 |
commit | 321ba6165e204d91a705ba85e51b5b0d1babf444 (patch) | |
tree | 93ae888619e2be4eb7a27528ae5b21a712a78d95 | |
parent | dfe039591ab935803de0c028a2be859a5a425611 (diff) |
Mention termguicolors on the README
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -46,6 +46,15 @@ This will cause vim to access the colours in the modified 256 colorspace. Please ## Troubleshooting There is a script to help troubleshoot colour issues called `colortest` available in the [Base16 Shell](https://github.com/chriskempson/base16-shell) repository. +If you are using a ISO-8613-3 compatible terminal ( +[vim docs](https://github.com/vim/vim/blob/23c1b2b018c8121ca5fcc247e37966428bf8ca66/runtime/doc/options.txt#L7876), +[neovim docs](https://neovim.io/doc/user/options.html#'termguicolors')), and +you see a green or blue line, try to enable `termguicolors`: + +```vim +set termguicolors +``` + ### Green line numbers ![green line numbers screenshot](https://raw.github.com/chriskempson/base16-vim/master/without-base16colorspace-256-with-256-terminal-theme.png) |