Bob AI: change the theme colors to warm
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user