Skip to content

Commit

Permalink
fix(coc): CocWarningVirtualText typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanuraj committed Feb 4, 2024
1 parent df5508c commit 52b8939
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion colors/duckbones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if &background ==# 'dark'
highlight DiagnosticVirtualTextInfo guifg=#00A3CB guibg=#181A1B guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#5DCD97 guibg=#181A19 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#E39500 guibg=#1B1918 guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down
4 changes: 2 additions & 2 deletions colors/forestbones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if &background ==# 'dark'
highlight DiagnosticVirtualTextInfo guifg=#7FBCB4 guibg=#393C3C guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#A9C181 guibg=#3A3C38 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#DDBD7F guibg=#3D3B38 guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down Expand Up @@ -289,7 +289,7 @@ else
highlight DiagnosticVirtualTextInfo guifg=#3A94C4 guibg=#E0E9F2 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#8DA200 guibg=#E1EFB0 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#DEA000 guibg=#F2E6DA guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down
2 changes: 1 addition & 1 deletion colors/kanagawabones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if &background ==# 'dark'
highlight DiagnosticVirtualTextInfo guifg=#7EB3C9 guibg=#262829 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#98BC6D guibg=#272826 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#E5C283 guibg=#292826 guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down
4 changes: 2 additions & 2 deletions colors/neobones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if &background ==# 'dark'
highlight DiagnosticVirtualTextInfo guifg=#8190D4 guibg=#1F1F24 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#90FF6B guibg=#1E201E guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#221F1E guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down Expand Up @@ -285,7 +285,7 @@ else
highlight DiagnosticVirtualTextInfo guifg=#286486 guibg=#D5E1ED guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#567A30 guibg=#C7EBA9 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#EEDCD8 guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down
2 changes: 1 addition & 1 deletion colors/nordbones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if &background ==# 'dark'
highlight DiagnosticVirtualTextInfo guifg=#8FBCBA guibg=#3B3E3E guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#A4BE8D guibg=#3C3E3A guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#CF866F guibg=#433C3B guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down
4 changes: 2 additions & 2 deletions colors/rosebones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if &background ==# 'dark'
highlight DiagnosticVirtualTextInfo guifg=#9CCFD8 guibg=#202222 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#317490 guibg=#202223 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#F6C074 guibg=#232120 guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down Expand Up @@ -289,7 +289,7 @@ else
highlight DiagnosticVirtualTextInfo guifg=#5795A0 guibg=#DAEFF3 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#286A84 guibg=#E2ECF3 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#EC9D33 guibg=#F4E9E2 guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down
4 changes: 2 additions & 2 deletions colors/seoulbones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if &background ==# 'dark'
highlight DiagnosticVirtualTextInfo guifg=#97BDDE guibg=#525558 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#98BD99 guibg=#515651 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#FFDF9B guibg=#575451 guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down Expand Up @@ -293,7 +293,7 @@ else
highlight DiagnosticVirtualTextInfo guifg=#0084A3 guibg=#C2DBE8 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#628562 guibg=#A3E8A3 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#C48562 guibg=#E9D3CA guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down
4 changes: 2 additions & 2 deletions colors/tokyobones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if &background ==# 'dark'
highlight DiagnosticVirtualTextInfo guifg=#7BA2F7 guibg=#222427 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#74DBCB guibg=#222424 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#E1B068 guibg=#252322 guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down Expand Up @@ -292,7 +292,7 @@ else
highlight DiagnosticVirtualTextInfo guifg=#34548C guibg=#C4CCE2 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#34645D guibg=#9FD7CD guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#8F5E14 guibg=#E4C6B0 guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down
2 changes: 1 addition & 1 deletion colors/vimbones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if &background ==# 'light'
highlight DiagnosticVirtualTextInfo guifg=#286486 guibg=#D9E4EF guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#4F6C31 guibg=#C9EEAB guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#EFDFDC guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down
4 changes: 2 additions & 2 deletions colors/zenbones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if &background ==# 'dark'
highlight DiagnosticVirtualTextInfo guifg=#6099C0 guibg=#202223 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#819B69 guibg=#212220 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#242120 guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down Expand Up @@ -289,7 +289,7 @@ else
highlight DiagnosticVirtualTextInfo guifg=#286486 guibg=#D9E4EF guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#4F6C31 guibg=#C9EEAB guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#EFDFDC guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down
2 changes: 1 addition & 1 deletion colors/zenburned.vim
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if &background ==# 'dark'
highlight DiagnosticVirtualTextInfo guifg=#6099C0 guibg=#46494C guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#819B69 guibg=#474A45 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#4E4846 guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down
4 changes: 2 additions & 2 deletions colors/zenwritten.vim
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if &background ==# 'dark'
highlight DiagnosticVirtualTextInfo guifg=#6099C0 guibg=#202223 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#819B69 guibg=#212220 guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#242120 guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down Expand Up @@ -289,7 +289,7 @@ else
highlight DiagnosticVirtualTextInfo guifg=#286486 guibg=#D9E4EF guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextOk guifg=#4F6C31 guibg=#C9EEAB guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#EFDFDC guisp=NONE gui=NONE cterm=NONE
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
highlight! link DiagnosticDeprecated DiagnosticWarn
highlight! link DiagnosticUnnecessary DiagnosticWarn
highlight! link NotifyWARNIcon DiagnosticWarn
Expand Down
2 changes: 1 addition & 1 deletion lua/zenbones/specs/dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ local function generate(p, opt)
CocInfoHighlight { DiagnosticUnderlineInfo },
CocHintHighlight { DiagnosticUnderlineHint },
CocErrorVirtualText { DiagnosticVirtualTextError },
CocWarningVitualText { DiagnosticVirtualTextWarn },
CocWarningVirtualText { DiagnosticVirtualTextWarn },
CocMenuSel { CursorLine },
CocSelectedText { SpellBad },
CocCodeLens { LineNr },
Expand Down
2 changes: 1 addition & 1 deletion lua/zenbones/specs/light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ local function generate(p, opt)
CocInfoHighlight { DiagnosticUnderlineInfo },
CocHintHighlight { DiagnosticUnderlineHint },
CocErrorVirtualText { DiagnosticVirtualTextError },
CocWarningVitualText { DiagnosticVirtualTextWarn },
CocWarningVirtualText { DiagnosticVirtualTextWarn },
CocMenuSel { CursorLine },
CocSelectedText { SpellBad },
CocCodeLens { LineNr },
Expand Down

0 comments on commit 52b8939

Please sign in to comment.