Bob AI: set theme to warm earth tones

This commit is contained in:
2026-02-01 21:46:37 +02:00
parent d0ec60a569
commit 9c5a4df9eb

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff;; --background: #f5deb3;;
--card: #f0f0f0;; --card: #d2b48c;;
--foreground: #000000;; --foreground: #444444;;
--primary-cta: #62c78e;; --primary-cta: #d1916c;;
--secondary-cta: #888899;; --secondary-cta: #8b6969;;
--accent: #62c78e;; --accent: #e9967a;;
--background-accent: #e0f0d0;; --background-accent: #fff8e1;;
/* 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);