Files
vibe-kanban/frontend/public/ide/zed-light.svg
Britannio Jarrett 81af7ac36c Add remaining IDE icons (vibe-kanban) (#925)
* Perfect! All the icons have been successfully added. The implementation is now complete:

 **Zed**: Added theme-aware icons (zed-dark.svg, zed-light.svg)
 **IntelliJ**: Added single icon (intellij.svg) since IntelliJ typically uses one consistent icon
 **Windsurf**: Added theme-aware icons (windsurf-dark.svg, windsurf-light.svg)

The [`IdeIcon` component](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/2b83-remaining-ide-ic/frontend/src/components/ide/IdeIcon.tsx#L19-L64) now properly handles all three IDE types with appropriate theme support, and the [`OpenInIdeButton`](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/2b83-remaining-ide-ic/frontend/src/components/ide/OpenInIdeButton.tsx) component already had the correct labels configured.

* Perfect! I've made the following changes:

 **Fixed Zed icons**: Now correctly uses light icon on dark theme and dark icon on light theme
 **Fixed Windsurf icons**: Now correctly uses light icon on dark theme and dark icon on light theme
 **Added Xcode support**: Ready to display Xcode icon when you add `xcode.svg` to the `/ide` directory

The icon mapping now works correctly - dark-colored icons show on light backgrounds, and light-colored icons show on dark backgrounds.

* Perfect! The Xcode icon has been successfully added. Now all IDE icons are in place:

 **Xcode**: Added `xcode.svg` icon
 **Zed**: Theme-aware icons with correct mapping
 **IntelliJ**: Single consistent icon
 **Windsurf**: Theme-aware icons with correct mapping

All IDE types from the EditorType enum now have proper icon support in the [`IdeIcon` component](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/2b83-remaining-ide-ic/frontend/src/components/ide/IdeIcon.tsx).

* format IdeIcon.tsx
2025-10-03 16:42:02 +01:00

904 B