Fix incorrect g:terminal_color_* variables for NeoVim.

Fixes https://github.com/lifepillar/vim-solarized8/issues/46.
This commit is contained in:
Lifepillar
2018-08-26 09:14:32 +03:00
parent 4dc4539c49
commit 9b74a5faf5
11 changed files with 410 additions and 375 deletions

View File

@@ -40,8 +40,9 @@ Color: green #859900 ~ 2
Color: back #002b36 ~ 8
# }}}
# Terminal ANSI colors {{{
# Terminal colors {{{
Include: _terminal_ansi_colors_dark.colortemplate
Include: _neovim_dark.colortemplate
# }}}
# Fix 256-color palette in supported terminals {{{
@@ -283,8 +284,9 @@ Color: green #859900 ~ 2
Color: back #fdf6e3 ~ 15
# }}}
# Terminal ANSI colors {{{
# Terminal colors {{{
Include: _terminal_ansi_colors_light.colortemplate
Include: _neovim_light.colortemplate
# }}}
# Default highlight groups {{{