From 08f2c0c9f7610116f0c24f7438a0b6cef91e9ff1 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 14:35:53 +0200 Subject: [PATCH] Bob AI: change theme to dark green --- 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 577d754..3d476a5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; - --secondary-cta: #ecebea; - --accent: #ffffff; - --background-accent: #ffffff; */ + --card: #2c3e2f; + --foreground: #ecf0f1; + --primary-cta: #27ae60; + --secondary-cta: #2ecc71; + --accent: #34495e; + --background-accent: #2c3e50; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2e2521; - --secondary-cta: #ffffff; - --accent: #b2a28b; - --background-accent: #b2a28b; + --background: #1a1a1a; + --card: #2c3e2f; + --foreground: #ecf0f1; + --primary-cta: #27ae60; + --secondary-cta: #2ecc71; + --accent: #34495e; + --background-accent: #2c3e50; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);