mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-03 02:11:48 +00:00
All built-in themes now spread DEFAULT_TYPOGRAPHY, removing independent baseSize overrides and converging on 15px. All themes also use density: comfortable, removing the compact/spacious divergence that caused item-count shifts on fixed-height pages (e.g. Skills). Two additional per-theme overrides are also normalized: - rose: lineHeight: "1.7" removed — was paired with density: spacious for an airy feel; once density was normalised the elevated line-height became an orphaned artefact causing nav item height drift. - cyberpunk: letterSpacing changed from "0.02em" to "0" — extra tracking on top of an already-wide monospace font caused text to wrap earlier than in other themes. Switching themes is now a purely cosmetic change — color palette, font family, border-radius, and typographic style differ; font size, spacing, line-height, and letter-spacing do not. |
||
|---|---|---|
| .. | ||
| components | ||
| contexts | ||
| hooks | ||
| i18n | ||
| lib | ||
| pages | ||
| plugins | ||
| themes | ||
| App.tsx | ||
| index.css | ||
| main.tsx | ||