Bob AI: set theme to warm earth tones

This commit is contained in:
2026-02-02 00:04:17 +02:00
parent 37ce4fd52a
commit 999da13c28

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f5f5f5;; --background: #f0e1d2;;
--card: #ffffff;; --card: #d7c1ab;;
--foreground: #1a1a1a;; --foreground: #332d26;;
--primary-cta: #22c55e;; --primary-cta: #a07b58;;
--secondary-cta: #6b7280;; --secondary-cta: #8b6e55;;
--accent: #3b82f6;; --accent: #e6a066;;
--background-accent: #e0e7ff;; --background-accent: #f7d9b8;;
/* Base spacing units */ /* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25); --vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5); --vw-0_5: calc(var(--vw) * 0.5);