mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-02-01 06:53:36 +00:00
style(theme): Change Business theme background to concrete blue-gray
- Replace warm off-white with cool blue-gray concrete tone - More corporate and industrial aesthetic - Sidebar background adjusted to match Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -48,7 +48,7 @@ export const THEMES: ThemeOption[] = [
|
||||
id: 'business',
|
||||
name: 'Business',
|
||||
description: 'Deep navy (#000e4e) and gray monochrome',
|
||||
previewColors: { primary: '#000e4e', background: '#faf8f5', accent: '#6b7280' }
|
||||
previewColors: { primary: '#000e4e', background: '#eaecef', accent: '#6b7280' }
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user