Skip to content

Commit

Permalink
fix: better hl for LspReference...
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Delafontaine authored and andersevenrud committed Nov 5, 2022
1 parent d1b1ecf commit cb2d7df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/nordic/colors/lsp.lua
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
return function(c, s)
return {
{ 'LspReferenceText', c.dark_white },
{ 'LspReferenceRead', c.white },
{ 'LspReferenceWrite', c.bright_white },
{ 'LspReferenceText', c.none, c.gray },
{ 'LspReferenceRead', c.none, c.gray },
{ 'LspReferenceWrite', c.none, c.gray },
{ 'LspDiagnosticsDefaultHint', c.intense_blue },
{ 'LspDiagnosticsDefaultError', c.red },
{ 'LspDiagnosticsDefaultWarning', c.yellow },
Expand Down

0 comments on commit cb2d7df

Please sign in to comment.