refactor(theme): Update Business theme with deep navy and gray palette

- Change primary color to deep navy #000e4e
- Replace teal accent with gray monochrome scale
- Add warm off-white background
- Enhance card shadows for modern depth (2026 UI trend)
- Update chart colors to navy-gray gradient scale

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
nogataka
2026-01-28 15:09:52 +09:00
parent b2bfc4cb3b
commit f10ad59cf5
2 changed files with 96 additions and 80 deletions

View File

@@ -47,8 +47,8 @@ export const THEMES: ThemeOption[] = [
{
id: 'business',
name: 'Business',
description: 'Professional navy and gray palette',
previewColors: { primary: '#1e3a5f', background: '#f8fafc', accent: '#0d9488' }
description: 'Deep navy (#000e4e) and gray monochrome',
previewColors: { primary: '#000e4e', background: '#faf8f5', accent: '#6b7280' }
}
]