feat: add color for deprecated diagnostic

This commit is contained in:
Kyren223
2024-10-26 14:43:30 +03:00
parent b1adcbd80a
commit 7e6cd577a0

View File

@@ -21,6 +21,7 @@ function M.get(c)
StatusLine = c.normal,
EndOfBuffer = { fg = "bg" },
Include = c.label,
DiagnosticDeprecated = { fg = "#FF434F" }, --, strikethrough = true, sp = "#FF0000" },
DiagnosticUnderlineError = { undercurl = true, sp = "#BC3F3C" },
-- DiagnosticUnderlineError = { undercurl = true },
-- DiagnosticUnderlineWarn = { bg = '#452138' },