refactor(nvim): define hl for default @markup.list
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 46s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 46s
This commit is contained in:
parent
d344ad96b7
commit
658aaf44fb
@ -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" } },
|
||||
|
Loading…
Reference in New Issue
Block a user