refactor(nvim): define hl for default @markup.list
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 46s

This commit is contained in:
Price Hiller 2024-08-24 21:42:43 -05:00
parent d344ad96b7
commit 658aaf44fb
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -276,9 +276,9 @@ return {
end,
},
{ "Headline", { bg = colors.sumiInk0 } },
{ "@markup.list", { fg = colors.crystalBlue } },
{ "@markup.list.checked", { fg = colors.springGreen } },
{ "@markup.list.indeterminate", { fg = colors.carpYellow } },
{ "@markup.list.unchecked", { fg = colors.crystalBlue } },
{ "@markup.verbatim", { fg = colors.springGreen, bg = colors.sumiInk0 } },
{ "@org.tag.body", { fg = colors.waveAqua2, italic = true } },
{ "@org.tag.delimiter", { link = "@punctuation.delimiter" } },