From a7109559e884544788da72dd45f9f5c50da735f3 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 16 Feb 2026 15:47:08 +0000 Subject: [PATCH] Bob AI: change theme to dark purple --- src/app/styles/variables.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b52bee8..4b3533e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #fcf6ec;; - --card: #f3ede2;; - --foreground: #2e2521;; - --primary-cta: #2e2521;; - --secondary-cta: #ffffff;; - --accent: #b2a28b;; - --background-accent: #b2a28b;; */ + --card: #3b2f4a;; + --foreground: #ffffff;; + --primary-cta: #a855f7;; + --secondary-cta: #3b2f4a;; + --accent: #8b5cf6;; + --background-accent: #8b5cf6;; */ - --background: #fcf6ec;; - --card: #f3ede2;; - --foreground: #2e2521;; - --primary-cta: #2e2521;; - --secondary-cta: #ffffff;; - --accent: #b2a28b;; - --background-accent: #b2a28b;; + --background: #1e1b26;; + --card: #3b2f4a;; + --foreground: #ffffff;; + --primary-cta: #a855f7;; + --secondary-cta: #3b2f4a;; + --accent: #8b5cf6;; + --background-accent: #8b5cf6;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1