mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 12:44:18 +08:00
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.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -305,7 +305,7 @@ export const iconMetadata: Record<string, IconMetadata> = {
|
||||
displayName: "Kimi",
|
||||
category: "ai-provider",
|
||||
keywords: ["moonshot"],
|
||||
defaultColor: "#6366F1",
|
||||
defaultColor: "#1783FF",
|
||||
},
|
||||
meta: {
|
||||
name: "meta",
|
||||
|
||||
Reference in New Issue
Block a user