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

@@ -0,0 +1,5 @@
verbatim
let g:terminal_ansi_colors = ['@guibase2', '@guired', '@guigreen', '@guiyellow', '@guiblue', '@guimagenta', '@guicyan', '@guibase02',
\ '@guibase3', '@guiorange', '@guibase1', '@guibase0', '@guibase00', '@guiviolet', '@guibase01', '@guibase03']
endverbatim

View File

@@ -41,7 +41,7 @@ Color: back #002b36 ~ 8
# }}}
# Terminal ANSI colors {{{
Include: _terminal_ansi_colors.colortemplate
Include: _terminal_ansi_colors_dark.colortemplate
# }}}
# Fix 256-color palette in supported terminals {{{
@@ -284,7 +284,7 @@ Color: back #fdf6e3 ~ 15
# }}}
# Terminal ANSI colors {{{
Include: _terminal_ansi_colors.colortemplate
Include: _terminal_ansi_colors_light.colortemplate
# }}}
# Default highlight groups {{{

View File

@@ -41,7 +41,7 @@ Color: back #002b36 ~ 8
# }}}
# Terminal ANSI colors {{{
Include: _terminal_ansi_colors.colortemplate
Include: _terminal_ansi_colors_dark.colortemplate
# }}}
# Default highlight groups {{{
@@ -271,7 +271,7 @@ Color: back #fdf6e3 ~ 15
# }}}
# Terminal ANSI colors {{{
Include: _terminal_ansi_colors.colortemplate
Include: _terminal_ansi_colors_light.colortemplate
# }}}
# Default highlight groups {{{

View File

@@ -41,7 +41,7 @@ Color: back #002b36 ~ 8
# }}}
# Terminal ANSI colors {{{
Include: _terminal_ansi_colors.colortemplate
Include: _terminal_ansi_colors_dark.colortemplate
# }}}
# Default highlight groups {{{
@@ -280,7 +280,7 @@ Color: back #fdf6e3 ~ 15
# }}}
# Terminal ANSI colors {{{
Include: _terminal_ansi_colors.colortemplate
Include: _terminal_ansi_colors_light.colortemplate
# }}}
# Default highlight groups {{{

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 {{{