feat: better Debug colors

This commit is contained in:
Folke Lemaitre 2023-04-18 20:25:35 +02:00
parent 3d2f79cd1f
commit a1c8489cb6
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -130,7 +130,7 @@ function M.setup()
-- Tag = { }, -- you can use CTRL-] on this -- Tag = { }, -- you can use CTRL-] on this
-- Delimiter = { }, -- character that needs attention -- Delimiter = { }, -- character that needs attention
-- SpecialComment= { }, -- special things inside a comment -- 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 Underlined = { underline = true }, -- (preferred) text that stands out, HTML links
Bold = { bold = true }, Bold = { bold = true },