mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 15:57:02 +00:00
Fix incorrect g:terminal_ansi_colors for light schemes.
Fixes https://github.com/lifepillar/vim-solarized8/issues/45.
This commit is contained in:
@@ -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 {{{
|
||||
|
||||
Reference in New Issue
Block a user