Private
Public Access
1
0

Add warm neutral background to light theme

Set light theme background to warm cream (#F5F3EF) with white cards,
softer text (#2C2C2C), and a surface variant (#EDE9E3) to eliminate
the flat all-white appearance.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Catherine Renelle
2026-02-15 22:16:07 -05:00
parent e83cb582a7
commit ab335dac55
+5
View File
@@ -33,6 +33,11 @@ export default createVuetify({
warning: '#FFC107', warning: '#FFC107',
info: '#2196F3', info: '#2196F3',
success: '#4CAF50', success: '#4CAF50',
background: '#F5F3EF',
surface: '#FFFFFF',
'surface-variant': '#EDE9E3',
'on-background': '#2C2C2C',
'on-surface': '#2C2C2C',
} }
} }
} }