mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 15:57:02 +00:00
Define g:terminal_ansi_colors.
This commit is contained in:
@@ -40,6 +40,10 @@ Color: green #859900 ~ 2
|
||||
Color: back #073642 ~ 0
|
||||
# }}}
|
||||
|
||||
# Terminal ANSI colors {{{
|
||||
Include: _terminal_ansi_colors.colortemplate
|
||||
# }}}
|
||||
|
||||
# Default highlight groups {{{
|
||||
verbatim
|
||||
if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
|
||||
@@ -275,6 +279,10 @@ Color: green #859900 ~ 2
|
||||
Color: back #eee8d5 ~ 7
|
||||
# }}}
|
||||
|
||||
# Terminal ANSI colors {{{
|
||||
Include: _terminal_ansi_colors.colortemplate
|
||||
# }}}
|
||||
|
||||
# Default highlight groups {{{
|
||||
verbatim
|
||||
if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
|
||||
|
||||
Reference in New Issue
Block a user