From 9883abda798fd3d55d7273adf8af135c661c18c9 Mon Sep 17 00:00:00 2001 From: Ulas Kalayci Date: Wed, 6 May 2026 16:06:43 +0200 Subject: [PATCH] feat: rebrand accent color to Violet #6c3aed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace Amber brand color with Violet (#6c3aed) across the entire app. - tokens.css: accent palette → Violet (light #6c3aed, dark #a78bfa) - Logo, favicon, PWA icons, Apple touch icon regenerated - GitHub Pages (index.html, install.html): accent + inline SVG updated - generate-icons.js: gradient updated for future icon generation - Semantic colors (warning, notes, meals) intentionally unchanged --- docs/index.html | 22 +++---- docs/install.html | 22 +++---- docs/logo.svg | 4 +- public/icons/apple-touch-icon.png | Bin 3939 -> 3970 bytes public/icons/favicon-32.png | Bin 791 -> 799 bytes public/icons/icon-192.png | Bin 4408 -> 4426 bytes public/icons/icon-512.png | Bin 16436 -> 16678 bytes public/icons/icon-maskable-192.png | Bin 3144 -> 3116 bytes public/icons/icon-maskable-512.png | Bin 12069 -> 12072 bytes public/styles/tokens.css | 94 ++++++++++++++--------------- scripts/generate-icons.js | 8 +-- 11 files changed, 75 insertions(+), 75 deletions(-) diff --git a/docs/index.html b/docs/index.html index ce5c6aa..8a293f3 100755 --- a/docs/index.html +++ b/docs/index.html @@ -28,10 +28,10 @@ --text-1: #181620; --text-2: #5E5C6B; --text-3: #8F8D9A; - --accent: #92400E; - --accent-hover: #78350F; - --accent-soft: #FEF3C7; - --accent-glow: rgba(146, 64, 14, 0.12); + --accent: #6c3aed; + --accent-hover: #5b2fd4; + --accent-soft: #ede9fe; + --accent-glow: rgba(108, 58, 237, 0.12); --code-bg: #1C1B22; --code-text: #E2E1EC; --radius: 16px; @@ -48,10 +48,10 @@ --text-1: #F5F4F1; --text-2: #AEADB0; --text-3: #8E8D89; - --accent: #FBBF24; - --accent-hover: #F59E0B; - --accent-soft: #2C1E00; - --accent-glow: rgba(251, 191, 36, 0.15); + --accent: #a78bfa; + --accent-hover: #9066f5; + --accent-soft: #1e1040; + --accent-glow: rgba(167, 139, 250, 0.15); --code-bg: #141413; --code-text: #E2E1DC; --shadow-card: 0 1px 3px rgba(0,0,0,0.25); @@ -63,8 +63,8 @@ :root:not([data-theme="light"]) { --bg: #1A1A18; --bg-alt: #141413; --surface: #222220; --border: #2A2A28; --text-1: #F5F4F1; --text-2: #AEADB0; --text-3: #8E8D89; - --accent: #FBBF24; --accent-hover: #F59E0B; --accent-soft: #2C1E00; - --accent-glow: rgba(251, 191, 36, 0.15); + --accent: #a78bfa; --accent-hover: #9066f5; --accent-soft: #1e1040; + --accent-glow: rgba(167, 139, 250, 0.15); --code-bg: #141413; --code-text: #E2E1DC; --shadow-card: 0 1px 3px rgba(0,0,0,0.25); --shadow-lg: 0 8px 24px rgba(0,0,0,0.45); --shadow-hero: 0 20px 60px rgba(0,0,0,0.55); @@ -331,7 +331,7 @@