Skip to content

Commit

Permalink
Add coc error/warning highlight (nordtheme#213)
Browse files Browse the repository at this point in the history
Added the coc.nvim [1] highlighting groups for errors and warnings using their respective foreground colors and the `undercurl` font style.

[1]: https://github.com/neoclide/coc.nvim

Co-authored-by: Arctic Ice Studio <[email protected]>
Co-authored-by: Sven Greb <[email protected]>
  • Loading branch information
3 people authored Jul 16, 2020
1 parent 6ff1846 commit 8a9754c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,8 @@ call s:hi("ALEError" , s:nord11_gui, "", s:nord11_term, "", "undercurl", "")

" Coc
" > neoclide/coc
call s:hi("CocWarningHighlight" , s:nord13_gui, "", s:nord13_term, "", "undercurl", "")
call s:hi("CocErrorHighlight" , s:nord11_gui, "", s:nord11_term, "", "undercurl", "")
call s:hi("CocWarningSign", s:nord13_gui, "", s:nord13_term, "", "", "")
call s:hi("CocErrorSign" , s:nord11_gui, "", s:nord11_term, "", "", "")
call s:hi("CocInfoSign" , s:nord8_gui, "", s:nord8_term, "", "", "")
Expand Down

0 comments on commit 8a9754c

Please sign in to comment.