Compare commits

..

3 Commits

Author SHA1 Message Date
3ef8632e35
chore: update secrets
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
2024-10-09 13:17:40 -05:00
f913c5ec72
feat(hypr): allow screencopy to use restore token by default 2024-10-09 13:17:39 -05:00
580a4982eb
feat(nvim): improve hls for markup list numbers 2024-10-09 13:17:39 -05:00

View File

@ -266,7 +266,7 @@ return {
},
{ "Headline", { bg = colors.sumiInk0 } },
{ "@markup.list", { fg = colors.crystalBlue } },
{ "@markup.list.number", { fg = colors.roninYellow } },
{ "@markup.list.number", { fg = colors.surimiOrange } },
{ "@markup.list.checked", { fg = colors.springGreen } },
{ "@markup.list.indeterminate", { fg = colors.carpYellow } },
{ "@markup.verbatim", { fg = colors.springGreen, bg = colors.sumiInk0 } },