mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 15:57:02 +00:00
Fix incorrect g:terminal_color_* variables for NeoVim.
Fixes https://github.com/lifepillar/vim-solarized8/issues/46.
This commit is contained in:
@@ -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
|
||||
# }}}
|
||||
|
||||
# Default highlight groups {{{
|
||||
@@ -270,8 +271,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 {{{
|
||||
|
||||
Reference in New Issue
Block a user