Bob AI: set theme to warm earth tones

This commit is contained in:
2026-02-02 09:59:41 +02:00
parent 2bfe6e206a
commit 9ca5a54787

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #ffffff;;
--card: #f4f4f5;;
--foreground: #1a1a2e;;
--primary-cta: #22c55e;;
--secondary-cta: #3b82f6;;
--accent: #22c55e;;
--background-accent: #e6fffa;;
--background: #f5d079;;
--card: #eac263;;
--foreground: #442c0a;;
--primary-cta: #d1911b;;
--secondary-cta: #8b572a;;
--accent: #d1911b;;
--background-accent: #fff7e6;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);