mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2026-09-10 07:36:17 -04:00
Make SignColumn background same as LineNr
This commit is contained in:
parent
bde9cab3d9
commit
f613647c4e
|
|
@ -4,7 +4,7 @@
|
||||||
" Maintainers: Lifepillar <lifepillar@lifepillar.me>
|
" Maintainers: Lifepillar <lifepillar@lifepillar.me>
|
||||||
" URLs: https://github.com/lifepillar/vim-solarized8
|
" URLs: https://github.com/lifepillar/vim-solarized8
|
||||||
" License: OSI approved MIT license
|
" License: OSI approved MIT license
|
||||||
" Last Updated: Sat Jun 17 12:56:32 2023
|
" Last Updated: dom 7 gen 2024, 23:00:00
|
||||||
|
|
||||||
" Generated by Colortemplate v3.0.0-alpha0
|
" Generated by Colortemplate v3.0.0-alpha0
|
||||||
|
|
||||||
|
|
@ -108,7 +108,7 @@ if &background == 'dark'
|
||||||
hi Question guifg=#2aa198 guibg=NONE guisp=NONE gui=bold
|
hi Question guifg=#2aa198 guibg=NONE guisp=NONE gui=bold
|
||||||
hi ReplaceMode guifg=#cb4b16 guibg=#fdf6e3 guisp=NONE gui=reverse
|
hi ReplaceMode guifg=#cb4b16 guibg=#fdf6e3 guisp=NONE gui=reverse
|
||||||
hi Search guifg=#b58900 guibg=NONE guisp=NONE gui=reverse
|
hi Search guifg=#b58900 guibg=NONE guisp=NONE gui=reverse
|
||||||
hi SignColumn guifg=#839496 guibg=NONE guisp=NONE gui=NONE
|
hi SignColumn guifg=#839496 guibg=#073642 guisp=NONE gui=NONE
|
||||||
hi Special guifg=#cb4b16 guibg=NONE guisp=NONE gui=NONE
|
hi Special guifg=#cb4b16 guibg=NONE guisp=NONE gui=NONE
|
||||||
hi SpecialKey guifg=#657b83 guibg=#073642 guisp=NONE gui=bold
|
hi SpecialKey guifg=#657b83 guibg=#073642 guisp=NONE gui=bold
|
||||||
hi SpellBad guifg=#6c71c4 guibg=NONE guisp=#6c71c4 gui=undercurl
|
hi SpellBad guifg=#6c71c4 guibg=NONE guisp=#6c71c4 gui=undercurl
|
||||||
|
|
@ -456,7 +456,7 @@ if &background == 'dark'
|
||||||
hi Question ctermfg=37 ctermbg=NONE cterm=bold
|
hi Question ctermfg=37 ctermbg=NONE cterm=bold
|
||||||
hi ReplaceMode ctermfg=166 ctermbg=230 cterm=reverse
|
hi ReplaceMode ctermfg=166 ctermbg=230 cterm=reverse
|
||||||
hi Search ctermfg=136 ctermbg=NONE cterm=reverse
|
hi Search ctermfg=136 ctermbg=NONE cterm=reverse
|
||||||
hi SignColumn ctermfg=246 ctermbg=NONE cterm=NONE
|
hi SignColumn ctermfg=246 ctermbg=236 cterm=NONE
|
||||||
hi Special ctermfg=166 ctermbg=NONE cterm=NONE
|
hi Special ctermfg=166 ctermbg=NONE cterm=NONE
|
||||||
hi SpecialKey ctermfg=66 ctermbg=236 cterm=bold
|
hi SpecialKey ctermfg=66 ctermbg=236 cterm=bold
|
||||||
hi SpellBad ctermfg=61 ctermbg=NONE cterm=underline
|
hi SpellBad ctermfg=61 ctermbg=NONE cterm=underline
|
||||||
|
|
@ -823,7 +823,7 @@ if &background == 'dark'
|
||||||
hi Question ctermfg=6 ctermbg=NONE cterm=bold
|
hi Question ctermfg=6 ctermbg=NONE cterm=bold
|
||||||
hi ReplaceMode ctermfg=9 ctermbg=15 cterm=reverse
|
hi ReplaceMode ctermfg=9 ctermbg=15 cterm=reverse
|
||||||
hi Search ctermfg=3 ctermbg=NONE cterm=reverse
|
hi Search ctermfg=3 ctermbg=NONE cterm=reverse
|
||||||
hi SignColumn ctermfg=12 ctermbg=NONE cterm=NONE
|
hi SignColumn ctermfg=12 ctermbg=0 cterm=NONE
|
||||||
hi Special ctermfg=9 ctermbg=NONE cterm=NONE
|
hi Special ctermfg=9 ctermbg=NONE cterm=NONE
|
||||||
hi SpecialKey ctermfg=11 ctermbg=0 cterm=bold
|
hi SpecialKey ctermfg=11 ctermbg=0 cterm=bold
|
||||||
hi SpellBad ctermfg=13 ctermbg=NONE cterm=underline
|
hi SpellBad ctermfg=13 ctermbg=NONE cterm=underline
|
||||||
|
|
@ -1381,7 +1381,7 @@ if &background == 'light'
|
||||||
hi Question guifg=#2aa198 guibg=NONE guisp=NONE gui=bold
|
hi Question guifg=#2aa198 guibg=NONE guisp=NONE gui=bold
|
||||||
hi ReplaceMode guifg=#cb4b16 guibg=#fdf6e3 guisp=NONE gui=reverse
|
hi ReplaceMode guifg=#cb4b16 guibg=#fdf6e3 guisp=NONE gui=reverse
|
||||||
hi Search guifg=#b58900 guibg=NONE guisp=NONE gui=reverse
|
hi Search guifg=#b58900 guibg=NONE guisp=NONE gui=reverse
|
||||||
hi SignColumn guifg=#657b83 guibg=NONE guisp=NONE gui=NONE
|
hi SignColumn guifg=#657b83 guibg=#eee8d5 guisp=NONE gui=NONE
|
||||||
hi Special guifg=#cb4b16 guibg=NONE guisp=NONE gui=NONE
|
hi Special guifg=#cb4b16 guibg=NONE guisp=NONE gui=NONE
|
||||||
hi SpecialKey guifg=#839496 guibg=#eee8d5 guisp=NONE gui=bold
|
hi SpecialKey guifg=#839496 guibg=#eee8d5 guisp=NONE gui=bold
|
||||||
hi SpellBad guifg=#d33682 guibg=NONE guisp=#6c71c4 gui=undercurl
|
hi SpellBad guifg=#d33682 guibg=NONE guisp=#6c71c4 gui=undercurl
|
||||||
|
|
@ -1741,7 +1741,7 @@ if &background == 'light'
|
||||||
hi Question ctermfg=37 ctermbg=NONE cterm=bold
|
hi Question ctermfg=37 ctermbg=NONE cterm=bold
|
||||||
hi ReplaceMode ctermfg=166 ctermbg=230 cterm=reverse
|
hi ReplaceMode ctermfg=166 ctermbg=230 cterm=reverse
|
||||||
hi Search ctermfg=136 ctermbg=NONE cterm=reverse
|
hi Search ctermfg=136 ctermbg=NONE cterm=reverse
|
||||||
hi SignColumn ctermfg=66 ctermbg=NONE cterm=NONE
|
hi SignColumn ctermfg=66 ctermbg=254 cterm=NONE
|
||||||
hi Special ctermfg=166 ctermbg=NONE cterm=NONE
|
hi Special ctermfg=166 ctermbg=NONE cterm=NONE
|
||||||
hi SpecialKey ctermfg=246 ctermbg=254 cterm=bold
|
hi SpecialKey ctermfg=246 ctermbg=254 cterm=bold
|
||||||
hi SpellBad ctermfg=162 ctermbg=NONE cterm=underline
|
hi SpellBad ctermfg=162 ctermbg=NONE cterm=underline
|
||||||
|
|
@ -2120,7 +2120,7 @@ if &background == 'light'
|
||||||
hi Question ctermfg=6 ctermbg=NONE cterm=bold
|
hi Question ctermfg=6 ctermbg=NONE cterm=bold
|
||||||
hi ReplaceMode ctermfg=9 ctermbg=15 cterm=reverse
|
hi ReplaceMode ctermfg=9 ctermbg=15 cterm=reverse
|
||||||
hi Search ctermfg=3 ctermbg=NONE cterm=reverse
|
hi Search ctermfg=3 ctermbg=NONE cterm=reverse
|
||||||
hi SignColumn ctermfg=11 ctermbg=NONE cterm=NONE
|
hi SignColumn ctermfg=11 ctermbg=7 cterm=NONE
|
||||||
hi Special ctermfg=9 ctermbg=NONE cterm=NONE
|
hi Special ctermfg=9 ctermbg=NONE cterm=NONE
|
||||||
hi SpecialKey ctermfg=12 ctermbg=7 cterm=bold
|
hi SpecialKey ctermfg=12 ctermbg=7 cterm=bold
|
||||||
hi SpellBad ctermfg=5 ctermbg=NONE cterm=underline
|
hi SpellBad ctermfg=5 ctermbg=NONE cterm=underline
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
" Maintainers: Lifepillar <lifepillar@lifepillar.me>
|
" Maintainers: Lifepillar <lifepillar@lifepillar.me>
|
||||||
" URLs: https://github.com/lifepillar/vim-solarized8
|
" URLs: https://github.com/lifepillar/vim-solarized8
|
||||||
" License: OSI approved MIT license
|
" License: OSI approved MIT license
|
||||||
" Last Updated: Sat Jun 17 12:56:33 2023
|
" Last Updated: dom 7 gen 2024, 23:00:01
|
||||||
|
|
||||||
" Generated by Colortemplate v3.0.0-alpha0
|
" Generated by Colortemplate v3.0.0-alpha0
|
||||||
|
|
||||||
|
|
@ -108,7 +108,7 @@ if &background == 'dark'
|
||||||
hi Question guifg=#2aa198 guibg=NONE guisp=NONE gui=bold
|
hi Question guifg=#2aa198 guibg=NONE guisp=NONE gui=bold
|
||||||
hi ReplaceMode guifg=#cb4b16 guibg=#fdf6e3 guisp=NONE gui=reverse
|
hi ReplaceMode guifg=#cb4b16 guibg=#fdf6e3 guisp=NONE gui=reverse
|
||||||
hi Search guifg=#b58900 guibg=NONE guisp=NONE gui=reverse
|
hi Search guifg=#b58900 guibg=NONE guisp=NONE gui=reverse
|
||||||
hi SignColumn guifg=#93a1a1 guibg=NONE guisp=NONE gui=NONE
|
hi SignColumn guifg=#93a1a1 guibg=#073642 guisp=NONE gui=NONE
|
||||||
hi Special guifg=#cb4b16 guibg=NONE guisp=NONE gui=NONE
|
hi Special guifg=#cb4b16 guibg=NONE guisp=NONE gui=NONE
|
||||||
hi SpecialKey guifg=#839496 guibg=#073642 guisp=NONE gui=bold
|
hi SpecialKey guifg=#839496 guibg=#073642 guisp=NONE gui=bold
|
||||||
hi SpellBad guifg=#6c71c4 guibg=NONE guisp=#cb4b16 gui=undercurl
|
hi SpellBad guifg=#6c71c4 guibg=NONE guisp=#cb4b16 gui=undercurl
|
||||||
|
|
@ -452,7 +452,7 @@ if &background == 'dark'
|
||||||
hi Question ctermfg=37 ctermbg=NONE cterm=bold
|
hi Question ctermfg=37 ctermbg=NONE cterm=bold
|
||||||
hi ReplaceMode ctermfg=166 ctermbg=230 cterm=reverse
|
hi ReplaceMode ctermfg=166 ctermbg=230 cterm=reverse
|
||||||
hi Search ctermfg=136 ctermbg=NONE cterm=reverse
|
hi Search ctermfg=136 ctermbg=NONE cterm=reverse
|
||||||
hi SignColumn ctermfg=247 ctermbg=NONE cterm=NONE
|
hi SignColumn ctermfg=247 ctermbg=236 cterm=NONE
|
||||||
hi Special ctermfg=166 ctermbg=NONE cterm=NONE
|
hi Special ctermfg=166 ctermbg=NONE cterm=NONE
|
||||||
hi SpecialKey ctermfg=246 ctermbg=236 cterm=bold
|
hi SpecialKey ctermfg=246 ctermbg=236 cterm=bold
|
||||||
hi SpellBad ctermfg=61 ctermbg=NONE cterm=underline
|
hi SpellBad ctermfg=61 ctermbg=NONE cterm=underline
|
||||||
|
|
@ -814,7 +814,7 @@ if &background == 'dark'
|
||||||
hi Question ctermfg=6 ctermbg=NONE cterm=bold
|
hi Question ctermfg=6 ctermbg=NONE cterm=bold
|
||||||
hi ReplaceMode ctermfg=9 ctermbg=15 cterm=reverse
|
hi ReplaceMode ctermfg=9 ctermbg=15 cterm=reverse
|
||||||
hi Search ctermfg=3 ctermbg=NONE cterm=reverse
|
hi Search ctermfg=3 ctermbg=NONE cterm=reverse
|
||||||
hi SignColumn ctermfg=14 ctermbg=NONE cterm=NONE
|
hi SignColumn ctermfg=14 ctermbg=0 cterm=NONE
|
||||||
hi Special ctermfg=9 ctermbg=NONE cterm=NONE
|
hi Special ctermfg=9 ctermbg=NONE cterm=NONE
|
||||||
hi SpecialKey ctermfg=12 ctermbg=0 cterm=bold
|
hi SpecialKey ctermfg=12 ctermbg=0 cterm=bold
|
||||||
hi SpellBad ctermfg=13 ctermbg=NONE cterm=underline
|
hi SpellBad ctermfg=13 ctermbg=NONE cterm=underline
|
||||||
|
|
@ -1359,7 +1359,7 @@ if &background == 'light'
|
||||||
hi Question guifg=#2aa198 guibg=NONE guisp=NONE gui=bold
|
hi Question guifg=#2aa198 guibg=NONE guisp=NONE gui=bold
|
||||||
hi ReplaceMode guifg=#cb4b16 guibg=#fdf6e3 guisp=NONE gui=reverse
|
hi ReplaceMode guifg=#cb4b16 guibg=#fdf6e3 guisp=NONE gui=reverse
|
||||||
hi Search guifg=#b58900 guibg=NONE guisp=NONE gui=reverse
|
hi Search guifg=#b58900 guibg=NONE guisp=NONE gui=reverse
|
||||||
hi SignColumn guifg=#586e75 guibg=NONE guisp=NONE gui=NONE
|
hi SignColumn guifg=#586e75 guibg=#eee8d5 guisp=NONE gui=NONE
|
||||||
hi Special guifg=#cb4b16 guibg=NONE guisp=NONE gui=NONE
|
hi Special guifg=#cb4b16 guibg=NONE guisp=NONE gui=NONE
|
||||||
hi SpecialKey guifg=#657b83 guibg=#eee8d5 guisp=NONE gui=bold
|
hi SpecialKey guifg=#657b83 guibg=#eee8d5 guisp=NONE gui=bold
|
||||||
hi SpellBad guifg=#d33682 guibg=NONE guisp=#6c71c4 gui=undercurl
|
hi SpellBad guifg=#d33682 guibg=NONE guisp=#6c71c4 gui=undercurl
|
||||||
|
|
@ -1711,7 +1711,7 @@ if &background == 'light'
|
||||||
hi Question ctermfg=37 ctermbg=NONE cterm=bold
|
hi Question ctermfg=37 ctermbg=NONE cterm=bold
|
||||||
hi ReplaceMode ctermfg=166 ctermbg=230 cterm=reverse
|
hi ReplaceMode ctermfg=166 ctermbg=230 cterm=reverse
|
||||||
hi Search ctermfg=136 ctermbg=NONE cterm=reverse
|
hi Search ctermfg=136 ctermbg=NONE cterm=reverse
|
||||||
hi SignColumn ctermfg=242 ctermbg=NONE cterm=NONE
|
hi SignColumn ctermfg=242 ctermbg=254 cterm=NONE
|
||||||
hi Special ctermfg=166 ctermbg=NONE cterm=NONE
|
hi Special ctermfg=166 ctermbg=NONE cterm=NONE
|
||||||
hi SpecialKey ctermfg=66 ctermbg=254 cterm=bold
|
hi SpecialKey ctermfg=66 ctermbg=254 cterm=bold
|
||||||
hi SpellBad ctermfg=162 ctermbg=NONE cterm=underline
|
hi SpellBad ctermfg=162 ctermbg=NONE cterm=underline
|
||||||
|
|
@ -2081,7 +2081,7 @@ if &background == 'light'
|
||||||
hi Question ctermfg=6 ctermbg=NONE cterm=bold
|
hi Question ctermfg=6 ctermbg=NONE cterm=bold
|
||||||
hi ReplaceMode ctermfg=9 ctermbg=15 cterm=reverse
|
hi ReplaceMode ctermfg=9 ctermbg=15 cterm=reverse
|
||||||
hi Search ctermfg=3 ctermbg=NONE cterm=reverse
|
hi Search ctermfg=3 ctermbg=NONE cterm=reverse
|
||||||
hi SignColumn ctermfg=10 ctermbg=NONE cterm=NONE
|
hi SignColumn ctermfg=10 ctermbg=7 cterm=NONE
|
||||||
hi Special ctermfg=9 ctermbg=NONE cterm=NONE
|
hi Special ctermfg=9 ctermbg=NONE cterm=NONE
|
||||||
hi SpecialKey ctermfg=11 ctermbg=7 cterm=bold
|
hi SpecialKey ctermfg=11 ctermbg=7 cterm=bold
|
||||||
hi SpellBad ctermfg=5 ctermbg=NONE cterm=underline
|
hi SpellBad ctermfg=5 ctermbg=NONE cterm=underline
|
||||||
|
|
|
||||||
|
|
@ -166,7 +166,7 @@ PmenuSel base2 base00
|
||||||
PmenuThumb none base0
|
PmenuThumb none base0
|
||||||
Question cyan none bold
|
Question cyan none bold
|
||||||
Search yellow none reverse
|
Search yellow none reverse
|
||||||
SignColumn base0 none
|
SignColumn base0 base02
|
||||||
Visual base01 base03 reverse
|
Visual base01 base03 reverse
|
||||||
VisualNOS none base02 reverse
|
VisualNOS none base02 reverse
|
||||||
WarningMsg orange none bold
|
WarningMsg orange none bold
|
||||||
|
|
@ -365,7 +365,7 @@ PmenuSel base02 base00
|
||||||
PmenuThumb none base0
|
PmenuThumb none base0
|
||||||
Question cyan none bold
|
Question cyan none bold
|
||||||
Search yellow none reverse
|
Search yellow none reverse
|
||||||
SignColumn base0 none
|
SignColumn base0 base02
|
||||||
Visual base01 base03 reverse
|
Visual base01 base03 reverse
|
||||||
VisualNOS none base02 reverse
|
VisualNOS none base02 reverse
|
||||||
WarningMsg orange none bold
|
WarningMsg orange none bold
|
||||||
|
|
|
||||||
|
|
@ -162,7 +162,7 @@ PmenuSel base2 base01
|
||||||
PmenuThumb none base01
|
PmenuThumb none base01
|
||||||
Question cyan none bold
|
Question cyan none bold
|
||||||
Search yellow none reverse
|
Search yellow none reverse
|
||||||
SignColumn base0 none
|
SignColumn base0 base02
|
||||||
Visual base01 base03 reverse
|
Visual base01 base03 reverse
|
||||||
VisualNOS none base02 reverse
|
VisualNOS none base02 reverse
|
||||||
WarningMsg orange none bold
|
WarningMsg orange none bold
|
||||||
|
|
@ -352,7 +352,7 @@ PmenuSel base2 base01
|
||||||
PmenuThumb none base00
|
PmenuThumb none base00
|
||||||
Question cyan none bold
|
Question cyan none bold
|
||||||
Search yellow none reverse
|
Search yellow none reverse
|
||||||
SignColumn base0 none
|
SignColumn base0 base02
|
||||||
Visual base01 base03 reverse
|
Visual base01 base03 reverse
|
||||||
VisualNOS none base02 reverse
|
VisualNOS none base02 reverse
|
||||||
WarningMsg orange none bold
|
WarningMsg orange none bold
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue