From 5a7e2ae7ec258233d373b003905faa1f4d7480cb Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 11 Feb 2026 15:58:43 +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 66af387..27505fe 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #010912;; - --card: #282c34;; - --foreground: #f0c674;; - --primary-cta: #d33682;; - --secondary-cta: #657b83;; - --accent: #b58900;; - --background-accent: #859900;; */ + --card: #3c3c54;; + --foreground: #d4d4d4;; + --primary-cta: #9c27b0;; + --secondary-cta: #6a1b9a;; + --accent: #ff5722;; + --background-accent: #7b1fa2;; */ - --background: #010912;; - --card: #282c34;; - --foreground: #f0c674;; - --primary-cta: #d33682;; - --secondary-cta: #657b83;; - --accent: #b58900;; - --background-accent: #859900;; + --background: #1e1e2f;; + --card: #3c3c54;; + --foreground: #d4d4d4;; + --primary-cta: #9c27b0;; + --secondary-cta: #6a1b9a;; + --accent: #ff5722;; + --background-accent: #7b1fa2;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);