Define g:terminal_ansi_colors.

This commit is contained in:
Lifepillar
2018-04-09 21:54:53 +02:00
parent 330148b2f3
commit 06fb3a0f97
9 changed files with 73 additions and 4 deletions

View File

@@ -40,6 +40,10 @@ Color: green #859900 ~ 2
Color: back #002b36 ~ 8
# }}}
# Terminal ANSI colors {{{
Include: _terminal_ansi_colors.colortemplate
# }}}
# Fix 256-color palette in supported terminals {{{
Include: _fix-256-palette.colortemplate
# }}}
@@ -279,6 +283,10 @@ Color: green #859900 ~ 2
Color: back #fdf6e3 ~ 15
# }}}
# Terminal ANSI colors {{{
Include: _terminal_ansi_colors.colortemplate
# }}}
# Default highlight groups {{{
verbatim
if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)