andersevenrud / nordic.nvim

A nord-esque colorscheme for neovim
MIT License
174 stars 12 forks source link

Add `guisp` support #67

Closed meck closed 2 years ago

meck commented 2 years ago

I get the default (non-nord) colors for underlines on DiagnosticUnderlineError DiagnosticUnderlineHint DiagnosticUnderlineWarn DiagnosticUnderlineInfo.

This should be controlled by guisp currently they are set with default values:

DiagnosticUnderlineError xxx cterm=underline gui=underline guisp=Red 

Looking at the code creating highlight groups It seems nordic dosen't have any support for setting guisp

andersevenrud commented 2 years ago

Thanks for raising this issue. Support coming now :)