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:
DhanushSantosh
2026-01-11 01:54:17 +05:30
parent e34e4a59e9
commit 0c19beb11c

View File

@@ -57,7 +57,7 @@ const PROVIDER_ICON_DEFINITIONS: Record<ProviderIconKey, ProviderIconDefinition>
// Official OpenCode favicon - geometric icon from opencode.ai
path: 'M384 416H128V96H384V416ZM320 160H192V352H320V160Z',
fillRule: 'evenodd',
fill: 'white',
fill: '#6366F1',
},
deepseek: {
viewBox: '0 0 24 24',