mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 15:57:02 +00:00
Avoid generating ctermul attributes.
This commit is contained in:
@@ -4,18 +4,19 @@
|
||||
" Maintainers: Lifepillar <lifepillar@lifepillar.me>
|
||||
" URLs: https://github.com/lifepillar/vim-solarized8
|
||||
" License: OSI approved MIT license
|
||||
" Last Updated: Fri Jun 2 13:13:23 2023
|
||||
" Last Updated: Fri Jun 2 22:29:28 2023
|
||||
|
||||
" Generated by Colortemplate v3.0.0-alpha0
|
||||
|
||||
hi clear
|
||||
let g:colors_name = 'solarized8_high'
|
||||
|
||||
|
||||
let hs_highlight_boolean=1
|
||||
let hs_highlight_delimiters=1
|
||||
|
||||
if &background == 'dark'
|
||||
let g:terminal_ansi_colors = ['#073642', '#dc322f', '#859900', '#b58900', '#268bd2', '#d33682', '#2aa198', '#fdf6e3', '#002b36', '#cb4b16', '#657b83', '#839496', '#93a1a1', '#6c71c4', '#eee8d5', '#fdf6e3']
|
||||
|
||||
let s:italics = get(g:, 'solarized_italics', 1) && ((&t_ZH != '' && &t_ZH != '[7m') || has('gui_running') || has('nvim'))
|
||||
let s:termtrans = get(g:, 'solarized_termtrans', 0) && !has('gui_running')
|
||||
let s:visibility = get(g:, 'solarized_visibility', 'normal')
|
||||
@@ -29,8 +30,6 @@ if &background == 'dark'
|
||||
let s:extra_stl = get(g:, 'solarized_extra_hi_groups', 1) + 2 * (get(g:, 'solarized_statusline', '') == 'flat')
|
||||
let s:extra_stl_hl = get(g:, 'solarized_extra_hi_groups', 1) + 2 * (get(g:, 'solarized_statusline', '') == 'flat') + 4 * get(g:, 'ale_sign_highlight_linenrs', '')
|
||||
|
||||
let g:terminal_ansi_colors = ['#073642', '#dc322f', '#859900', '#b58900', '#268bd2', '#d33682', '#2aa198', '#fdf6e3', '#002b36', '#cb4b16', '#657b83', '#839496', '#93a1a1', '#6c71c4', '#eee8d5', '#fdf6e3']
|
||||
|
||||
hi! link Boolean Constant
|
||||
hi! link Character Constant
|
||||
hi! link Conditional Statement
|
||||
@@ -492,9 +491,9 @@ if &background == 'dark'
|
||||
hi DiffText ctermfg=32 ctermbg=NONE cterm=NONE
|
||||
endif
|
||||
if s:extra == 1
|
||||
hi ALEError ctermfg=160 ctermbg=NONE ctermul=160 cterm=undercurl
|
||||
hi ALEError ctermfg=160 ctermbg=NONE cterm=underline
|
||||
hi ALEErrorLine ctermfg=NONE ctermbg=NONE cterm=NONE
|
||||
hi ALEInfo ctermfg=37 ctermbg=NONE ctermul=37 cterm=undercurl
|
||||
hi ALEInfo ctermfg=37 ctermbg=NONE cterm=underline
|
||||
hi ALEInfoLine ctermfg=NONE ctermbg=NONE cterm=NONE
|
||||
hi! link ALEStyleError ALEError
|
||||
hi! link ALEStyleErrorSign ALEErrorSign
|
||||
@@ -502,7 +501,7 @@ if &background == 'dark'
|
||||
hi! link ALEStyleWarning ALEWarning
|
||||
hi! link ALEStyleWarningSign ALEWarningSign
|
||||
hi! link ALEStyleWarningSignLineNr ALEWarningSignLineNr
|
||||
hi ALEWarning ctermfg=136 ctermbg=NONE ctermul=136 cterm=undercurl
|
||||
hi ALEWarning ctermfg=136 ctermbg=NONE cterm=underline
|
||||
hi ALEWarningLine ctermfg=NONE ctermbg=NONE cterm=NONE
|
||||
hi ConId ctermfg=136 ctermbg=NONE cterm=NONE
|
||||
hi VarId ctermfg=32 ctermbg=NONE cterm=NONE
|
||||
@@ -590,13 +589,13 @@ if &background == 'dark'
|
||||
hi pandocHeadingMarker ctermfg=166 ctermbg=NONE cterm=bold
|
||||
hi pandocImageCaption ctermfg=61 ctermbg=NONE cterm=bold
|
||||
hi! link pandocLineBreak pandocEscapePair
|
||||
hi pandocLinkDefinition ctermfg=37 ctermbg=NONE ctermul=246 cterm=NONE
|
||||
hi pandocLinkDefinition ctermfg=37 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkDefinitionID ctermfg=32 ctermbg=NONE cterm=bold
|
||||
hi pandocLinkDelim ctermfg=243 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkLabel ctermfg=32 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkText ctermfg=32 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkTitle ctermfg=246 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkTitleDelim ctermfg=243 ctermbg=NONE ctermul=246 cterm=NONE
|
||||
hi pandocLinkTitleDelim ctermfg=243 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkURL ctermfg=246 ctermbg=NONE cterm=NONE
|
||||
hi pandocListMarker ctermfg=162 ctermbg=NONE cterm=NONE
|
||||
hi pandocListReference ctermfg=162 ctermbg=NONE cterm=NONE
|
||||
@@ -854,9 +853,9 @@ if &background == 'dark'
|
||||
hi DiffText ctermfg=4 ctermbg=NONE cterm=NONE
|
||||
endif
|
||||
if s:extra == 1
|
||||
hi ALEError ctermfg=1 ctermbg=NONE ctermul=1 cterm=undercurl
|
||||
hi ALEError ctermfg=1 ctermbg=NONE cterm=underline
|
||||
hi ALEErrorLine ctermfg=NONE ctermbg=NONE cterm=NONE
|
||||
hi ALEInfo ctermfg=6 ctermbg=NONE ctermul=6 cterm=undercurl
|
||||
hi ALEInfo ctermfg=6 ctermbg=NONE cterm=underline
|
||||
hi ALEInfoLine ctermfg=NONE ctermbg=NONE cterm=NONE
|
||||
hi! link ALEStyleError ALEError
|
||||
hi! link ALEStyleErrorSign ALEErrorSign
|
||||
@@ -864,7 +863,7 @@ if &background == 'dark'
|
||||
hi! link ALEStyleWarning ALEWarning
|
||||
hi! link ALEStyleWarningSign ALEWarningSign
|
||||
hi! link ALEStyleWarningSignLineNr ALEWarningSignLineNr
|
||||
hi ALEWarning ctermfg=3 ctermbg=NONE ctermul=3 cterm=undercurl
|
||||
hi ALEWarning ctermfg=3 ctermbg=NONE cterm=underline
|
||||
hi ALEWarningLine ctermfg=NONE ctermbg=NONE cterm=NONE
|
||||
hi ConId ctermfg=3 ctermbg=NONE cterm=NONE
|
||||
hi VarId ctermfg=4 ctermbg=NONE cterm=NONE
|
||||
@@ -952,13 +951,13 @@ if &background == 'dark'
|
||||
hi pandocHeadingMarker ctermfg=9 ctermbg=NONE cterm=bold
|
||||
hi pandocImageCaption ctermfg=13 ctermbg=NONE cterm=bold
|
||||
hi! link pandocLineBreak pandocEscapePair
|
||||
hi pandocLinkDefinition ctermfg=6 ctermbg=NONE ctermul=12 cterm=NONE
|
||||
hi pandocLinkDefinition ctermfg=6 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkDefinitionID ctermfg=4 ctermbg=NONE cterm=bold
|
||||
hi pandocLinkDelim ctermfg=11 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkLabel ctermfg=4 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkText ctermfg=4 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkTitle ctermfg=12 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkTitleDelim ctermfg=11 ctermbg=NONE ctermul=12 cterm=NONE
|
||||
hi pandocLinkTitleDelim ctermfg=11 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkURL ctermfg=12 ctermbg=NONE cterm=NONE
|
||||
hi pandocListMarker ctermfg=5 ctermbg=NONE cterm=NONE
|
||||
hi pandocListReference ctermfg=5 ctermbg=NONE cterm=NONE
|
||||
@@ -1267,6 +1266,8 @@ if &background == 'dark'
|
||||
endif
|
||||
|
||||
if &background == 'light'
|
||||
let g:terminal_ansi_colors = ['#002b36', '#dc322f', '#859900', '#b58900', '#268bd2', '#d33682', '#2aa198', '#eee8d5', '#002b36', '#cb4b16', '#073642', '#586e75', '#657b83', '#6c71c4', '#93a1a1', '#fdf6e3']
|
||||
|
||||
let s:italics = get(g:, 'solarized_italics', 1) && ((&t_ZH != '' && &t_ZH != '[7m') || has('gui_running') || has('nvim'))
|
||||
let s:termtrans = get(g:, 'solarized_termtrans', 0) && !has('gui_running')
|
||||
let s:visibility = get(g:, 'solarized_visibility', 'normal')
|
||||
@@ -1280,8 +1281,6 @@ if &background == 'light'
|
||||
let s:extra_stl = get(g:, 'solarized_extra_hi_groups', 1) + 2 * (get(g:, 'solarized_statusline', '') == 'flat')
|
||||
let s:extra_stl_hl = get(g:, 'solarized_extra_hi_groups', 1) + 2 * (get(g:, 'solarized_statusline', '') == 'flat') + 4 * get(g:, 'ale_sign_highlight_linenrs', '')
|
||||
|
||||
let g:terminal_ansi_colors = ['#002b36', '#dc322f', '#859900', '#b58900', '#268bd2', '#d33682', '#2aa198', '#eee8d5', '#002b36', '#cb4b16', '#073642', '#586e75', '#657b83', '#6c71c4', '#93a1a1', '#fdf6e3']
|
||||
|
||||
hi! link Boolean Constant
|
||||
hi! link Character Constant
|
||||
hi! link Conditional Statement
|
||||
@@ -1755,9 +1754,9 @@ if &background == 'light'
|
||||
hi DiffText ctermfg=32 ctermbg=NONE cterm=NONE
|
||||
endif
|
||||
if s:extra == 1
|
||||
hi ALEError ctermfg=160 ctermbg=NONE ctermul=160 cterm=undercurl
|
||||
hi ALEError ctermfg=160 ctermbg=NONE cterm=underline
|
||||
hi ALEErrorLine ctermfg=NONE ctermbg=NONE cterm=NONE
|
||||
hi ALEInfo ctermfg=37 ctermbg=NONE ctermul=37 cterm=undercurl
|
||||
hi ALEInfo ctermfg=37 ctermbg=NONE cterm=underline
|
||||
hi ALEInfoLine ctermfg=NONE ctermbg=NONE cterm=NONE
|
||||
hi! link ALEStyleError ALEError
|
||||
hi! link ALEStyleErrorSign ALEErrorSign
|
||||
@@ -1765,7 +1764,7 @@ if &background == 'light'
|
||||
hi! link ALEStyleWarning ALEWarning
|
||||
hi! link ALEStyleWarningSign ALEWarningSign
|
||||
hi! link ALEStyleWarningSignLineNr ALEWarningSignLineNr
|
||||
hi ALEWarning ctermfg=136 ctermbg=NONE ctermul=136 cterm=undercurl
|
||||
hi ALEWarning ctermfg=136 ctermbg=NONE cterm=underline
|
||||
hi ALEWarningLine ctermfg=NONE ctermbg=NONE cterm=NONE
|
||||
hi ConId ctermfg=136 ctermbg=NONE cterm=NONE
|
||||
hi VarId ctermfg=32 ctermbg=NONE cterm=NONE
|
||||
@@ -1853,13 +1852,13 @@ if &background == 'light'
|
||||
hi pandocHeadingMarker ctermfg=166 ctermbg=NONE cterm=bold
|
||||
hi pandocImageCaption ctermfg=61 ctermbg=NONE cterm=bold
|
||||
hi! link pandocLineBreak pandocEscapePair
|
||||
hi pandocLinkDefinition ctermfg=37 ctermbg=NONE ctermul=66 cterm=NONE
|
||||
hi pandocLinkDefinition ctermfg=37 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkDefinitionID ctermfg=32 ctermbg=NONE cterm=bold
|
||||
hi pandocLinkDelim ctermfg=247 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkLabel ctermfg=32 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkText ctermfg=32 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkTitle ctermfg=66 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkTitleDelim ctermfg=247 ctermbg=NONE ctermul=66 cterm=NONE
|
||||
hi pandocLinkTitleDelim ctermfg=247 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkURL ctermfg=66 ctermbg=NONE cterm=NONE
|
||||
hi pandocListMarker ctermfg=162 ctermbg=NONE cterm=NONE
|
||||
hi pandocListReference ctermfg=162 ctermbg=NONE cterm=NONE
|
||||
@@ -2129,9 +2128,9 @@ if &background == 'light'
|
||||
hi DiffText ctermfg=4 ctermbg=NONE cterm=NONE
|
||||
endif
|
||||
if s:extra == 1
|
||||
hi ALEError ctermfg=1 ctermbg=NONE ctermul=1 cterm=undercurl
|
||||
hi ALEError ctermfg=1 ctermbg=NONE cterm=underline
|
||||
hi ALEErrorLine ctermfg=NONE ctermbg=NONE cterm=NONE
|
||||
hi ALEInfo ctermfg=6 ctermbg=NONE ctermul=6 cterm=undercurl
|
||||
hi ALEInfo ctermfg=6 ctermbg=NONE cterm=underline
|
||||
hi ALEInfoLine ctermfg=NONE ctermbg=NONE cterm=NONE
|
||||
hi! link ALEStyleError ALEError
|
||||
hi! link ALEStyleErrorSign ALEErrorSign
|
||||
@@ -2139,7 +2138,7 @@ if &background == 'light'
|
||||
hi! link ALEStyleWarning ALEWarning
|
||||
hi! link ALEStyleWarningSign ALEWarningSign
|
||||
hi! link ALEStyleWarningSignLineNr ALEWarningSignLineNr
|
||||
hi ALEWarning ctermfg=3 ctermbg=NONE ctermul=3 cterm=undercurl
|
||||
hi ALEWarning ctermfg=3 ctermbg=NONE cterm=underline
|
||||
hi ALEWarningLine ctermfg=NONE ctermbg=NONE cterm=NONE
|
||||
hi ConId ctermfg=3 ctermbg=NONE cterm=NONE
|
||||
hi VarId ctermfg=4 ctermbg=NONE cterm=NONE
|
||||
@@ -2227,13 +2226,13 @@ if &background == 'light'
|
||||
hi pandocHeadingMarker ctermfg=9 ctermbg=NONE cterm=bold
|
||||
hi pandocImageCaption ctermfg=13 ctermbg=NONE cterm=bold
|
||||
hi! link pandocLineBreak pandocEscapePair
|
||||
hi pandocLinkDefinition ctermfg=6 ctermbg=NONE ctermul=11 cterm=NONE
|
||||
hi pandocLinkDefinition ctermfg=6 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkDefinitionID ctermfg=4 ctermbg=NONE cterm=bold
|
||||
hi pandocLinkDelim ctermfg=14 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkLabel ctermfg=4 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkText ctermfg=4 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkTitle ctermfg=11 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkTitleDelim ctermfg=14 ctermbg=NONE ctermul=11 cterm=NONE
|
||||
hi pandocLinkTitleDelim ctermfg=14 ctermbg=NONE cterm=NONE
|
||||
hi pandocLinkURL ctermfg=11 ctermbg=NONE cterm=NONE
|
||||
hi pandocListMarker ctermfg=5 ctermbg=NONE cterm=NONE
|
||||
hi pandocListReference ctermfg=5 ctermbg=NONE cterm=NONE
|
||||
|
||||
Reference in New Issue
Block a user