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

@@ -0,0 +1,5 @@
verbatim
let g:terminal_ansi_colors = ['@guibase02', '@guired', '@guigreen', '@guiyellow', '@guiblue', '@guimagenta', '@guicyan', '@guibase2',
\ '@guibase03', '@guiorange', '@guibase01', '@guibase00', '@guibase0', '@guiviolet', '@guibase1', '@guibase3']
endverbatim

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)

View File

@@ -40,6 +40,10 @@ Color: green #859900 ~ 2
Color: back #002b36 ~ 8
# }}}
# Terminal ANSI colors {{{
Include: _terminal_ansi_colors.colortemplate
# }}}
# Default highlight groups {{{
verbatim
if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
@@ -266,6 +270,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)

View File

@@ -40,6 +40,10 @@ Color: green #859900 ~ 2
Color: back #002b36 ~ 8
# }}}
# 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 #fdf6e3 ~ 15
# }}}
# Terminal ANSI colors {{{
Include: _terminal_ansi_colors.colortemplate
# }}}
# Default highlight groups {{{
verbatim
if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)

View File

@@ -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)