feat: better Debug colors
This commit is contained in:
parent
3d2f79cd1f
commit
a1c8489cb6
@ -130,7 +130,7 @@ function M.setup()
|
||||
-- Tag = { }, -- you can use CTRL-] on this
|
||||
-- Delimiter = { }, -- character that needs attention
|
||||
-- SpecialComment= { }, -- special things inside a comment
|
||||
-- Debug = { }, -- debugging statements
|
||||
Debug = { fg = c.orange }, -- debugging statements
|
||||
|
||||
Underlined = { underline = true }, -- (preferred) text that stands out, HTML links
|
||||
Bold = { bold = true },
|
||||
|
Loading…
Reference in New Issue
Block a user