Fix incorrect g:terminal_ansi_colors for light schemes.

Fixes https://github.com/lifepillar/vim-solarized8/issues/45.
This commit is contained in:
Lifepillar
2018-08-22 14:22:13 +03:00
parent ff7ec263d9
commit 4dc4539c49
10 changed files with 33 additions and 172 deletions

View File

@@ -41,7 +41,7 @@ Color: back #073642 ~ 0
# }}}
# Terminal ANSI colors {{{
Include: _terminal_ansi_colors.colortemplate
Include: _terminal_ansi_colors_dark.colortemplate
# }}}
# Default highlight groups {{{
@@ -280,7 +280,7 @@ Color: back #eee8d5 ~ 7
# }}}
# Terminal ANSI colors {{{
Include: _terminal_ansi_colors.colortemplate
Include: _terminal_ansi_colors_light.colortemplate
# }}}
# Default highlight groups {{{