refactor(nvim): improve org agenda day highlights

This commit is contained in:
Price Hiller 2024-05-28 23:25:44 -05:00
parent 0f48c14b83
commit b142d50f39
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -323,6 +323,8 @@ return {
fg = colors.waveRed,
},
},
{ "@org.agenda.day", { fg = colors.oniViolet, bold = true, underdouble = true } },
{ "@org.agenda.today", { fg = colors.springBlue, bold = true, underdouble = true } },
-- Titles/Headlines
{ "@markup.heading.1", { fg = colors.crystalBlue, bold = true } },