Skip to content

Commit fbcffb4

Browse files
just use gray
1 parent 162c403 commit fbcffb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/darkplus/theme.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ theme.set_highlights = function()
212212

213213
-- LSP
214214
hl(0, "LspInlayHint", { fg = c.indent_active, bg = 'NONE' })
215-
hl(0, "DiagnosticUnnecessary", { fg = "#739db3", bg = 'NONE' })
215+
hl(0, "DiagnosticUnnecessary", { fg = c.light_gray, bg = 'NONE' })
216216
hl(0, "DiagnosticHint", { fg = c.hint, bg = 'NONE' })
217217
hl(0, "DiagnosticInfo", { fg = c.info, bg = 'NONE' })
218218
hl(0, "DiagnosticWarn", { fg = c.warn, bg = 'NONE' })

0 commit comments

Comments
 (0)