Finish calendar styling...

This commit is contained in:
Jas Singh
2024-07-18 01:09:44 -07:00
parent 9354622eb0
commit c67b264a66
4 changed files with 32 additions and 50 deletions

View File

@@ -133,7 +133,7 @@ const options = mkOptions(OPTIONS, {
cards: opt(colors.base),
border: opt(colors.surface0),
text: opt(colors.text),
dimtext: opt(colors.text),
dimtext: opt(colors.surface2),
label: opt(colors.lavender),
listitems: {
passive: opt(colors.text),
@@ -386,6 +386,7 @@ const options = mkOptions(OPTIONS, {
yearmonth: opt(colors.teal),
weekdays: opt(colors.pink),
paginator: opt(colors.pink),
currentday: opt(colors.pink),
days: opt(colors.text),
contextdays: opt(colors.surface2),
},