Skip to content

v0.4.1 — Instant theme activate + screenshot

Choose a tag to compare

@sanchomuzax sanchomuzax released this 04 May 22:52
· 4 commits to main since this release

Fixes

Activate button now works like the native Hermes switcher

Previously, clicking ✓ Activate set the active theme in config but left all CSS variables at their old values until you reloaded the page. Now it calls applyThemeToDom() immediately after the API call — palette, fonts, border radius, and the background asset all switch in one click, without a reload.

Background asset cleared on theme switch

When the newly activated theme has no background image/gradient, the old theme's background is now properly removed (previously the old --theme-asset-bg variable was left in place).

Other

  • docs/screenshot.png added; shown at the top of the README on GitHub.