We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162c403 commit fbcffb4Copy full SHA for fbcffb4
lua/darkplus/theme.lua
@@ -212,7 +212,7 @@ theme.set_highlights = function()
212
213
-- LSP
214
hl(0, "LspInlayHint", { fg = c.indent_active, bg = 'NONE' })
215
- hl(0, "DiagnosticUnnecessary", { fg = "#739db3", bg = 'NONE' })
+ hl(0, "DiagnosticUnnecessary", { fg = c.light_gray, bg = 'NONE' })
216
hl(0, "DiagnosticHint", { fg = c.hint, bg = 'NONE' })
217
hl(0, "DiagnosticInfo", { fg = c.info, bg = 'NONE' })
218
hl(0, "DiagnosticWarn", { fg = c.warn, bg = 'NONE' })
0 commit comments