diff options
author | Chris Kempson <chriskempson@users.noreply.github.com> | 2017-12-10 19:49:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-10 19:49:27 +0000 |
commit | ac7a8f3601331548cea025e20d2c8c6520139ffa (patch) | |
tree | a428c4b7d3d8af9bff4452f355e83a21dc025204 | |
parent | 6ea40a36506a84859ef4ca2040349f304739048a (diff) | |
parent | 321ba6165e204d91a705ba85e51b5b0d1babf444 (diff) |
Merge pull request #166 from jlesquembre/docs
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) |