From 1a5fd581c3cd31832d74af62d386219878667e8e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 15:58:46 +0000 Subject: [PATCH] Bob AI: update theme to orange color palette --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index 01051e9..b52a9b1 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a120d; - --card: #111f17; - --foreground: #e8f5e9; - --primary-cta: #4ade80; - --primary-cta-text: #022c22; - --secondary-cta: #111f17; + --background: #120a05; + --card: #1f110a; + --foreground: #f5ece8; + --primary-cta: #fb923c; + --primary-cta-text: #431407; + --secondary-cta: #1f110a; --secondary-cta-text: #ffffff; - --accent: #22c55e; - --background-accent: #14532d; + --accent: #f97316; + --background-accent: #7c2d12; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1