refactor(nvim): improve @markup.raw colors

This commit is contained in:
Price Hiller 2024-05-18 05:59:18 -05:00
parent 7a043de918
commit f724ead4cc
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -242,7 +242,7 @@ return {
{ "@lsp.typemod.variable.global", { fg = colors.lightBlue } },
-- Markup specific
{ "@markup.raw", { fg = colors.carpYellow, bg = colors.sumiInk2 } },
{ "@markup.raw", { fg = colors.oniViolet2, bg = colors.sumiInk1 } },
{ "@markup.raw.block", select_hl("@markup.raw", { "fg" }) },
{ "@markup.raw.delimiter", { link = "@punctuation.delimiter" } },
{