From 26be9324dd529c792f5e7541044ce143e886ae2b Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 19 Jun 2026 16:58:51 +0800 Subject: [PATCH] feat(icons): refresh Kimi logo, K adapts to theme via currentColor Replace the inline Kimi placeholder mark with the vendor's refreshed logo. The K glyph uses `currentColor` so it follows the theme text color (dark in light mode, white in dark mode), while the brand accent dot is pinned to the new #1783FF. Align the metadata fallback color accordingly. --- src/icons/extracted/index.ts | 2 +- src/icons/extracted/metadata.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/icons/extracted/index.ts b/src/icons/extracted/index.ts index c48cb74d7..14c3e6ae9 100644 --- a/src/icons/extracted/index.ts +++ b/src/icons/extracted/index.ts @@ -50,7 +50,7 @@ export const icons: Record = { huawei: `Huawei`, huggingface: `HuggingFace`, hunyuan: `Hunyuan`, - kimi: `Kimi`, + kimi: `Kimi`, meta: `Meta`, midjourney: `Midjourney`, minimax: `Minimax`, diff --git a/src/icons/extracted/metadata.ts b/src/icons/extracted/metadata.ts index 6be716227..0f68025f2 100644 --- a/src/icons/extracted/metadata.ts +++ b/src/icons/extracted/metadata.ts @@ -305,7 +305,7 @@ export const iconMetadata: Record = { displayName: "Kimi", category: "ai-provider", keywords: ["moonshot"], - defaultColor: "#6366F1", + defaultColor: "#1783FF", }, meta: { name: "meta",