Bob AI: set theme to warm earth tones

This commit is contained in:
2026-01-31 15:48:56 +02:00
parent a65adb8d0d
commit 80cacef165

View File

@@ -6,13 +6,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff;; --background: #f5f5dc;;
--card: #f0f0f0;; --card: #d2b48c;;
--foreground: #000000;; --foreground: #333333;;
--primary-cta: #00bcd4;; --primary-cta: #e6b86b;;
--secondary-cta: #b2ebf2;; --secondary-cta: #c29b5c;;
--accent: #0097a7;; --accent: #8b4513;;
--background-accent: #e0f2f1;; --background-accent: #eedda0;;
/* 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);