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 */
/* --vw is set by ThemeProvider */
--background: #ffffff;;
--card: #f0f0f0;;
--foreground: #000000;;
--primary-cta: #00bcd4;;
--secondary-cta: #b2ebf2;;
--accent: #0097a7;;
--background-accent: #e0f2f1;;
--background: #f5f5dc;;
--card: #d2b48c;;
--foreground: #333333;;
--primary-cta: #e6b86b;;
--secondary-cta: #c29b5c;;
--accent: #8b4513;;
--background-accent: #eedda0;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);