Skip to content

v0.4.0 — Hide from sidebar + Anthropic theme

Choose a tag to compare

@sanchomuzax sanchomuzax released this 04 May 22:42
· 5 commits to main since this release

What's new in 0.4.0

Fix: Hide from sidebar actually works now

The ⊘ Hide from sidebar button at the bottom of the Theme List panel calls the visibility API and immediately reloads the page — so the Theme Editor tab disappears in one click, no manual reload needed.

The Hermes Plugins page buttons require a page reload to take effect (Hermes core limitation). The new button inside the plugin does everything atomically.

To restore the tab: open the Plugins menu → find hermes-theme-editor → click Show in sidebar, then reload.

New: Anthropic / Claude gift theme

A high-quality anthropic theme is now bundled and installed automatically on first run of install.sh:

  • Background #1a1410 — warm near-black
  • Accent #d97757 — Anthropic terracotta
  • Text #e8e2d8 — warm off-white
  • Font Inter + JetBrains Mono
  • Custom scrollbar and focus-ring CSS matching the Claude.ai aesthetic
  • All 17 shadcn color tokens carefully tuned

The file is copied to ~/.hermes/dashboard-themes/anthropic.yaml only if it doesn't already exist — re-installing never overwrites your edits.

Upgrade

cd hermes-theme-editor
git pull
bash install.sh
# restart Hermes Agent