Bob AI: set theme to warm earth tones

This commit is contained in:
2026-02-01 23:17:12 +02:00
parent 4aa9c92cfb
commit fe0b937efd

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #f9f9f9;;
--card: #ffffff;;
--foreground: #1a1a2e;;
--primary-cta: #22c55e;;
--secondary-cta: #6b7280;;
--accent: #3b82f6;;
--background-accent: #e0e7ff;;
--background: #f5d0a9;;
--card: #e7c295;;
--foreground: #332d2d;;
--primary-cta: #d99366;;
--secondary-cta: #8a6d5e;;
--accent: #d99366;;
--background-accent: #f5d0a9;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);