From 321ba6165e204d91a705ba85e51b5b0d1babf444 Mon Sep 17 00:00:00 2001 From: José Luis Lafuente Date: Wed, 6 Dec 2017 21:02:22 +0100 Subject: Mention termguicolors on the README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4ab6d60..98611b7 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.2.3