diff --git a/hermes_cli/skin_engine.py b/hermes_cli/skin_engine.py index 092d122e4df..b6fc6a4a639 100644 --- a/hermes_cli/skin_engine.py +++ b/hermes_cli/skin_engine.py @@ -106,7 +106,7 @@ BUILT-IN SKINS - ``poseidon`` — Ocean-god theme (deep blue and seafoam) - ``sisyphus`` — Austere grayscale with boulder motif - ``charizard`` — Volcanic burnt-orange and ember -- ``bunnny`` — Barbie-pink coquette theme (inspired by brooklyn.sh) +- ``bunnny`` — Barbie-pink coquette theme (sparkles, hearts, bunnies) USER SKINS ========== @@ -642,7 +642,7 @@ _BUILTIN_SKINS: Dict[str, Dict[str, Any]] = { }, "bunnny": { "name": "bunnny", - "description": "Barbie-pink coquette theme — sparkles, bows, and bubblegum (inspired by brooklyn.sh)", + "description": "Barbie-pink coquette theme — sparkles, bows, and bubblegum", "colors": { "banner_border": "#E91E63", "banner_title": "#FF3366", diff --git a/website/docs/user-guide/features/skins.md b/website/docs/user-guide/features/skins.md index e21483a5a27..615a7521b0c 100644 --- a/website/docs/user-guide/features/skins.md +++ b/website/docs/user-guide/features/skins.md @@ -41,7 +41,7 @@ display: | `poseidon` | Ocean-god theme — deep blue and seafoam | `Poseidon Agent` | Deep blue to seafoam gradient. Ocean-themed spinners ("charting currents", "sounding the depth"). Trident ASCII art banner. | | `sisyphus` | Sisyphean theme — austere grayscale with persistence | `Sisyphus Agent` | Light grays with stark contrast. Boulder-themed spinners ("pushing uphill", "resetting the boulder", "enduring the loop"). Boulder-and-hill ASCII art banner. | | `charizard` | Volcanic theme — burnt orange and ember | `Charizard Agent` | Warm burnt orange to ember gradient. Fire-themed spinners ("banking into the draft", "measuring burn"). Dragon-silhouette ASCII art banner. | -| `bunnny` | Barbie-pink coquette theme — sparkles, bows, and bubblegum (inspired by brooklyn.sh) | `Hermes Agent` | Hot pink (`#FF3366`) borders with Barbie-pink (`#FF69B4`) accents and lavender-blush text. Coquette spinner verbs ("sparkling", "twirling", "tying a little bow"). Heart (♡) prompt symbol, sparkle-kaomoji greeting, twin-bunny hero art. Inspired by [brooklyn.sh](https://brooklyn.sh). | +| `bunnny` | Barbie-pink coquette theme — sparkles, bows, and bubblegum | `Hermes Agent` | Hot pink (`#FF3366`) borders with Barbie-pink (`#FF69B4`) accents and lavender-blush text. Coquette spinner verbs ("sparkling", "twirling", "tying a little bow"). Heart (♡) prompt symbol, sparkle-kaomoji greeting, twin-bunny hero art. | ## Complete list of configurable keys