Bob AI: change the theme colors to warm

This commit is contained in:
2026-01-31 15:51:48 +02:00
parent 2d3868b749
commit 79b4ac1dff

View File

@@ -6,13 +6,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #1a1a2e;;
--card: #2c2c3e;;
--foreground: #ffffff;;
--primary-cta: #525266;;
--secondary-cta: #6b6b82;;
--accent: #4caf50;;
--background-accent: #2e2e40;;
--background: #f5d0a9;;
--card: #e0b385;;
--foreground: #332d24;;
--primary-cta: #e7964e;;
--secondary-cta: #c77c41;;
--accent: #f29e4c;;
--background-accent: #f5d0a9;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);