mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-11 00:07:05 +00:00
Define g:terminal_ansi_colors.
This commit is contained in:
5
templates/_terminal_ansi_colors.colortemplate
Normal file
5
templates/_terminal_ansi_colors.colortemplate
Normal 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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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