v1.2.0
Themes are here! 🎉
BLUF: This update adds a theming engine with presets, partial or full customisation!
Added
- Dynamic theme engine with 10 built-in presets (
almanac,blueprint,comic,doodle,exploit,journal(default),manuscript,recipe,screenplay,sketch). - Theme configuration via
ui.theme.preset,ui.theme.overrides, andui.theme.defaultModeinconfig.yaml(fully backwards compatible; not having the sections does not break anything). - Support for local font files with automatic format detection.
- Font scaling system with proportional sizing using
--font-scaleCSS variable. - Comprehensive theming documentation in THEMING.md with screenshots of all presets.
- Theme presets automatically register from
src/assets/themes/directory. - New ETHOS.md documenting core principles and philosophy.