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:22 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
@@ -503,6 +504,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
@@ -865,6 +867,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
@@ -1412,6 +1415,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
@@ -1762,6 +1766,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
@@ -2132,6 +2137,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