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 */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #1a1a2e;; --background: #f5d0a9;;
--card: #2c2c3e;; --card: #e0b385;;
--foreground: #ffffff;; --foreground: #332d24;;
--primary-cta: #525266;; --primary-cta: #e7964e;;
--secondary-cta: #6b6b82;; --secondary-cta: #c77c41;;
--accent: #4caf50;; --accent: #f29e4c;;
--background-accent: #2e2e40;; --background-accent: #f5d0a9;;
/* 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);