From 79b4ac1dffba8f2e8200faa4082ac371fae96728 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 15:51:48 +0200 Subject: [PATCH] Bob AI: change the theme colors to warm --- src/app/globals.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 1a1a5a1..7afecc3 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -6,13 +6,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #1a1a2e;; - --card: #2c2c3e;; - --foreground: #ffffff;; - --primary-cta: #525266;; - --secondary-cta: #6b6b82;; - --accent: #4caf50;; - --background-accent: #2e2e40;; + --background: #f5d0a9;; + --card: #e0b385;; + --foreground: #332d24;; + --primary-cta: #e7964e;; + --secondary-cta: #c77c41;; + --accent: #f29e4c;; + --background-accent: #f5d0a9;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);