Skip to content

Commit

Permalink
add new LspDiagnosticsDefaultError highlight (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Cristian Heredia <[email protected]>
  • Loading branch information
caheredia and Cristian Heredia authored Nov 15, 2020
1 parent 83acbe8 commit 30add1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ hi gitcommitDiscardedFile guifg=#bf616a ctermfg=131 guibg=NONE ctermbg=NONE gui=
hi gitcommitSelectedFile guifg=#a3be8c ctermfg=144 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi gitcommitUntrackedFile guifg=#bf616a ctermfg=131 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi LSPDiagnosticsWarning guifg=#ebcb8b ctermfg=222 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi LspDiagnosticsError guifg=#bf616a ctermfg=131 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi LspDiagnosticsDefaultError guifg=#bf616a ctermfg=131 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi LspDiagnosticsInformation guifg=#88c0d0 ctermfg=110 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi LspDiagnosticsHint guifg=#5e81ac ctermfg=67 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi LspDiagnosticsUnderlineWarning guifg=#ebcb8b ctermfg=222 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
Expand Down
2 changes: 1 addition & 1 deletion nord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ highlights:

# Nvim LSP
LSPDiagnosticsWarning: "nord13"
LspDiagnosticsError: "nord11"
LspDiagnosticsDefaultError: "nord11"
LspDiagnosticsInformation: "nord8"
LspDiagnosticsHint: "nord10"
LspDiagnosticsUnderlineWarning: "nord13"
Expand Down

0 comments on commit 30add1f

Please sign in to comment.