mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2026-03-26 13:54:47 +01:00
added todo comments as supported plugin, fixed missing error color
This commit is contained in:
@@ -120,6 +120,7 @@ theme.set_highlights = function(opts)
|
||||
hl(0, "TelescopePromptPrefix", { fg = c.fg, bg = "NONE" })
|
||||
|
||||
-- diagnostics
|
||||
hl(0, "DiagnosticError", { fg = c.error })
|
||||
hl(0, "DiagnosticDefaultError", { fg = c.error })
|
||||
hl(0, "DiagnosticUnderlineError", { fg = c.error, undercurl = true, sp = c.error })
|
||||
hl(0, "DiagnosticSignError", { fg = c.error, bg = c.bg_alt })
|
||||
|
||||
Reference in New Issue
Block a user