From 4a4afe92b8fc1fb747186318cad50360adb0a85a Mon Sep 17 00:00:00 2001 From: "Claude (Chronicler #59)" Date: Sat, 4 Apr 2026 03:41:19 +0000 Subject: [PATCH] feat: Full dark mode for Decap CMS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DARK THEME: - Background: #0F0F1E (Dark) - Sidebar: Gradient dark with subtle borders - Content area: Dark with lighter cards - Inputs/editors: Dark with visible borders - Scrollbars: Dark themed BRAND COLORS PRESERVED: 🔥 Fire Orange - Tasks collection ❄️ Frost Teal - Buttons, links, header accent 💜 Arcane Purple - Active states, focus rings, hover 🌑 Dark - Everything else Using CSS custom properties for consistency. Signed-off-by: claude@firefrostgaming.com --- admin/index.html | 375 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 255 insertions(+), 120 deletions(-) diff --git a/admin/index.html b/admin/index.html index 2173f25..6a40bd5 100644 --- a/admin/index.html +++ b/admin/index.html @@ -7,12 +7,97 @@ Firefrost CMS @@ -197,10 +344,9 @@