Skip to content

Commit

Permalink
just use gray
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli committed Dec 31, 2023
1 parent 162c403 commit fbcffb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/darkplus/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ theme.set_highlights = function()

-- LSP
hl(0, "LspInlayHint", { fg = c.indent_active, bg = 'NONE' })
hl(0, "DiagnosticUnnecessary", { fg = "#739db3", bg = 'NONE' })
hl(0, "DiagnosticUnnecessary", { fg = c.light_gray, bg = 'NONE' })
hl(0, "DiagnosticHint", { fg = c.hint, bg = 'NONE' })
hl(0, "DiagnosticInfo", { fg = c.info, bg = 'NONE' })
hl(0, "DiagnosticWarn", { fg = c.warn, bg = 'NONE' })
Expand Down

0 comments on commit fbcffb4

Please sign in to comment.