From 8470a3dcd19477ced1df8fdaec01130629ce0df5 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 19:40:17 +0200 Subject: [PATCH] Bob AI: change theme to dark magento --- 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 6776fea..5210616 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #ffffff;; - --card: #f9f9f9;; - --foreground: #000f06e6;; - --primary-cta: #0a7039;; - --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; */ + --card: #282c34;; + --foreground: #ffffff;; + --primary-cta: #c44d58;; + --secondary-cta: #4b0082;; + --accent: #6a0dad;; + --background-accent: #353b48;; */ - --background: #ffffff;; - --card: #f9f9f9;; - --foreground: #000f06e6;; - --primary-cta: #0a7039;; - --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; + --background: #1e1e2f;; + --card: #282c34;; + --foreground: #ffffff;; + --primary-cta: #c44d58;; + --secondary-cta: #4b0082;; + --accent: #6a0dad;; + --background-accent: #353b48;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);