Compare commits

..

3 Commits

Author SHA1 Message Date
e468c4afb5
chore: update secrets
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
2024-10-09 13:17:24 -05:00
f57b9c4c8e
feat(hypr): allow screencopy to use restore token by default
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 39s
2024-10-09 11:39:39 -05:00
09d61afb46
feat(nvim): improve hls for markup list numbers
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 35s
2024-10-09 11:33:02 -05:00

View File

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