mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-01-31 14:43:35 +00:00
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:
@@ -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' }
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user