mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +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:
5
templates/_terminal_ansi_colors_light.colortemplate
Normal file
5
templates/_terminal_ansi_colors_light.colortemplate
Normal 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
|
||||
|
||||
@@ -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 {{{
|
||||
|
||||
@@ -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 {{{
|
||||
|
||||
@@ -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 {{{
|
||||
|
||||
@@ -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