refactor(nvim): improve org agenda day highlights
This commit is contained in:
parent
0f48c14b83
commit
b142d50f39
@ -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 } },
|
||||
|
Loading…
Reference in New Issue
Block a user