From a2d60796b6210ed923b7ce30369c1671a13feffc Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 5 Jul 2026 23:50:29 +0000 Subject: [PATCH] Bob AI: Update theme to dark mode --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index 635a2c3..b8d63b9 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #efebe5; - --card: #f7f2ea; - --foreground: #000000; - --primary-cta: #000000; - --primary-cta-text: #efebe5; - --secondary-cta: #ffffff; - --secondary-cta-text: #000000; - --accent: #ffffff; - --background-accent: #e1b875; + --background: #121212; + --card: #1e1e1e; + --foreground: #ffffff; + --primary-cta: #ffffff; + --primary-cta-text: #121212; + --secondary-cta: #2a2a2a; + --secondary-cta-text: #ffffff; + --accent: #a0a0a0; + --background-accent: #332b1f; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1