From c28dbd46de95732207e36569fe5b88d4add44906 Mon Sep 17 00:00:00 2001 From: Patrick Mulligan Date: Fri, 31 Jul 2026 18:06:44 +0200 Subject: [PATCH] feat(theme): add rose accent for Pop-up Festivals Vibrant rave-rose distinguishes festivals from SolLunar indigo (city), clay (farm) and pine (Archipelago backbone). Co-Authored-By: Claude Opus 4.8 (1M context) --- src/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 40d3dc9..f10e40b 100644 --- a/src/style.css +++ b/src/style.css @@ -93,11 +93,16 @@ --color-amber-400: hsl(36 95% 60%); --color-amber-500: hsl(32 92% 52%); - /* lunarpunk / festival accent — SolLunar Society (night) */ + /* SolLunar Punk Society (city) accent — lunarpunk indigo */ --color-indigo-300: hsl(255 85% 78%); --color-indigo-400: hsl(256 78% 68%); --color-indigo-500: hsl(258 70% 58%); + /* Pop-up Festivals accent — vibrant rave rose */ + --color-rose-300: hsl(342 95% 76%); + --color-rose-400: hsl(344 85% 66%); + --color-rose-500: hsl(346 78% 56%); + --color-clay-400: hsl(14 72% 62%); /* farm / warmth accent */ --color-sand: hsl(44 30% 90%); /* primary deck text */ --color-sand-dim: hsl(150 8% 62%); /* muted deck text */