From 0c19beb11c27f493c23eabf3e62b49fcd9c37ae6 Mon Sep 17 00:00:00 2001 From: DhanushSantosh Date: Sun, 11 Jan 2026 01:54:17 +0530 Subject: [PATCH] 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. --- apps/ui/src/components/ui/provider-icon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ui/src/components/ui/provider-icon.tsx b/apps/ui/src/components/ui/provider-icon.tsx index b0683ea6..4d978305 100644 --- a/apps/ui/src/components/ui/provider-icon.tsx +++ b/apps/ui/src/components/ui/provider-icon.tsx @@ -57,7 +57,7 @@ const PROVIDER_ICON_DEFINITIONS: Record // Official OpenCode favicon - geometric icon from opencode.ai path: 'M384 416H128V96H384V416ZM320 160H192V352H320V160Z', fillRule: 'evenodd', - fill: 'white', + fill: '#6366F1', }, deepseek: { viewBox: '0 0 24 24',