Open Aariq opened 2 years ago
Hmm... I guess that's not how themes work. I think I could just create additional custom themes inside of _extensions. E.g. if I created a uaz-light
directory, then I'd use it with format: uaz-light-revealjs
. Still would like to do this eventually.
Looks like you can add a light/dark switch by providing two themes.
theme:
light: flatly
dark: darkly
and those can be customized. E.g.:
theme:
light: cosmo
dark: [cosmo, theme-dark.scss]
Currently setting
theme: dark
makes the background black andtheme: light
results in an error. Ideally these would be two different color themes, both UAZ official colors. Not sure how to do this in SCSS yet.