Add extra linked group CocMenuSel (coc.nvim).

This commit is contained in:
Lifepillar
2024-01-08 21:51:57 +01:00
parent 2e39b937cb
commit 7e9035486c
5 changed files with 32 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
" Maintainers: Lifepillar <lifepillar@lifepillar.me>
" URLs: https://github.com/lifepillar/vim-solarized8
" License: OSI approved MIT license
" Last Updated: Mon Jan 8 21:23:18 2024
" Last Updated: Mon Jan 8 21:50:40 2024
" Generated by Colortemplate v3.0.0-alpha0
@@ -161,6 +161,7 @@ if &background == 'dark'
hi! link ALEStyleWarningSignLineNr ALEWarningSignLineNr
hi ALEWarning guifg=#b58900 guibg=NONE guisp=#b58900 gui=undercurl
hi ALEWarningLine guifg=NONE guibg=NONE guisp=NONE gui=NONE
hi! link CocMenuSel PmenuSel
hi ConId guifg=#b58900 guibg=NONE guisp=NONE gui=NONE
hi VarId guifg=#268bd2 guibg=NONE guisp=NONE gui=NONE
hi cPreCondit guifg=#cb4b16 guibg=NONE guisp=NONE gui=NONE
@@ -507,6 +508,7 @@ if &background == 'dark'
hi! link ALEStyleWarningSignLineNr ALEWarningSignLineNr
hi ALEWarning guifg=#b58900 ctermfg=136 guibg=NONE ctermbg=NONE guisp=NONE cterm=underline
hi ALEWarningLine guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
hi! link CocMenuSel PmenuSel
hi ConId guifg=#b58900 ctermfg=136 guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
hi VarId guifg=#268bd2 ctermfg=32 guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
hi cPreCondit guifg=#cb4b16 ctermfg=166 guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
@@ -874,6 +876,7 @@ if &background == 'dark'
hi! link ALEStyleWarningSignLineNr ALEWarningSignLineNr
hi ALEWarning guifg=#b58900 ctermfg=3 guibg=NONE ctermbg=NONE guisp=NONE cterm=underline
hi ALEWarningLine guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
hi! link CocMenuSel PmenuSel
hi ConId guifg=#b58900 ctermfg=3 guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
hi VarId guifg=#268bd2 ctermfg=4 guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
hi cPreCondit guifg=#cb4b16 ctermfg=9 guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
@@ -1434,6 +1437,7 @@ if &background == 'light'
hi! link ALEStyleWarningSignLineNr ALEWarningSignLineNr
hi ALEWarning guifg=#b58900 guibg=NONE guisp=#b58900 gui=undercurl
hi ALEWarningLine guifg=NONE guibg=NONE guisp=NONE gui=NONE
hi! link CocMenuSel PmenuSel
hi ConId guifg=#b58900 guibg=NONE guisp=NONE gui=NONE
hi VarId guifg=#268bd2 guibg=NONE guisp=NONE gui=NONE
hi cPreCondit guifg=#cb4b16 guibg=NONE guisp=NONE gui=NONE
@@ -1792,6 +1796,7 @@ if &background == 'light'
hi! link ALEStyleWarningSignLineNr ALEWarningSignLineNr
hi ALEWarning guifg=#b58900 ctermfg=136 guibg=NONE ctermbg=NONE guisp=NONE cterm=underline
hi ALEWarningLine guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
hi! link CocMenuSel PmenuSel
hi ConId guifg=#b58900 ctermfg=136 guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
hi VarId guifg=#268bd2 ctermfg=32 guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
hi cPreCondit guifg=#cb4b16 ctermfg=166 guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
@@ -2171,6 +2176,7 @@ if &background == 'light'
hi! link ALEStyleWarningSignLineNr ALEWarningSignLineNr
hi ALEWarning guifg=#b58900 ctermfg=3 guibg=NONE ctermbg=NONE guisp=NONE cterm=underline
hi ALEWarningLine guifg=NONE ctermfg=NONE guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
hi! link CocMenuSel PmenuSel
hi ConId guifg=#b58900 ctermfg=3 guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
hi VarId guifg=#268bd2 ctermfg=4 guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE
hi cPreCondit guifg=#cb4b16 ctermfg=9 guibg=NONE ctermbg=NONE guisp=NONE cterm=NONE