A port of yusifaliyevpro/vscode-icons to Zed editor. 800+ beautiful file and folder icons.
- 🎨 750+ SVG Icons for files, folders, and programming languages
- 🚀 Zero Dependencies — pure SVG icons, no bloat
- 🎯 Smart Folder Detection — 591 named folder patterns with open/closed states
- 📦 Complete Coverage — file extensions, file names, and folder types
- ✨ Pixel Perfect — optimized for Zed's icon rendering
- Open Zed and press
Ctrl+Shift+X(orCmd+Shift+Xon macOS) - Search for "Vs Code+ Icons"
- Click Install
- Open settings (
Ctrl+,orCmd+,) - Add:
"icon_theme": "Vs Code+ Icons"
git clone https://github.com/subhangadirli/vs-code-plus-icons-for-zed.git
cd vs-code-plus-icons-for-zedThen in Zed:
- Press
Ctrl+Shift+X - Paste the full path to
./zed-extension - Click Install
- Set in settings:
"icon_theme": "Vs Code+ Icons"
vs-code-plus-icons-for-zed/
├── icons/ # 750+ SVG icon files
├── zed-extension/ # Zed extension directory
│ ├── extension.toml # Extension metadata
│ ├── generate_zed_theme.js # Theme generator script
│ ├── icon_themes/ # Generated theme JSON
│ └── icons/ # Symlink to ../icons
├── LICENSE # MIT License
└── README.md # This file
- File Extensions: 685+ file types (js, py, rs, go, java, etc.)
- File Names: 794+ specific files (Dockerfile, Makefile, package.json, etc.)
- Folder Names: 591+ folder patterns (src, dist, node_modules, .git, etc.)
- Folder States: Both collapsed and expanded states for all folders
This is a port that automatically syncs icons from the original VS Code extension.
If you would like to request a new icon or contribute a new icon, please open an issue or pull request in the upstream repository:
Once added there, it will be automatically synced to this Zed extension!
Original Icons: Created by yusifaliyevpro
Zed Port: Subhan Gadirli
MIT License — See LICENSE for details.