mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
fix: Set OpenCode icon to official brand color (#6366F1 indigo)
The OpenCode icon now uses the official indigo brand color (#6366F1) from opencode.ai instead of white, making it visible in both light and dark themes.
This commit is contained in:
@@ -57,7 +57,7 @@ const PROVIDER_ICON_DEFINITIONS: Record<ProviderIconKey, ProviderIconDefinition>
|
|||||||
// Official OpenCode favicon - geometric icon from opencode.ai
|
// Official OpenCode favicon - geometric icon from opencode.ai
|
||||||
path: 'M384 416H128V96H384V416ZM320 160H192V352H320V160Z',
|
path: 'M384 416H128V96H384V416ZM320 160H192V352H320V160Z',
|
||||||
fillRule: 'evenodd',
|
fillRule: 'evenodd',
|
||||||
fill: 'white',
|
fill: '#6366F1',
|
||||||
},
|
},
|
||||||
deepseek: {
|
deepseek: {
|
||||||
viewBox: '0 0 24 24',
|
viewBox: '0 0 24 24',
|
||||||
|
|||||||
Reference in New Issue
Block a user