Skip to content

zoxon/studio-icons-zed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Studio Icons for Zed

This is a converted version of the popular Studio Icons VS Code theme for Zed editor.

Features

  • 214+ file type icons - Comprehensive coverage for most programming languages and file types
  • 🎨 Dark & Light variants - Optimized for both dark and light Zed themes
  • 📁 Folder icons - Special icons for common folder names like wwwroot, properties, etc.
  • 🎯 Visual Studio heritage - Uses official icons from the Visual Studio Image Library

Installation

To install this icon theme in Zed:

  1. Copy the entire studio-icons-zed directory to your Zed extensions directory:

    • macOS: ~/.config/zed/extensions/
    • Linux: ~/.config/zed/extensions/
    • Windows: %APPDATA%\Zed\extensions\
  2. Restart Zed or run the "Extensions: Reload" command

  3. Open Zed settings and set the icon theme:

    {
      "icon_theme": "Studio Icons Dark"
    }

    Or for light theme users:

    {
      "icon_theme": "Studio Icons Light"
    }

Icons Preview

Programming Languages & Frameworks

Language Dark Theme Light Theme File Extensions
C/C++ C C++ C C++ .c, .cpp, .cxx, .cc, .h, .hpp
C# C# C# .cs, .csx
Rust Rust Rust .rs
Python Python Python .py, .pyw, .pyi
JavaScript JS JS .js, .mjs
TypeScript TS TS .ts, .tsx
JSX/React JSX JSX .jsx, .tsx
Java Java Java .java, .jar
PHP PHP PHP .php, .phtml
Ruby Ruby Ruby .rb, .rbw
F# F# F# .fs, .fsi, .fsx

Web Technologies

Technology Dark Theme Light Theme File Extensions
HTML HTML HTML .html, .htm
CSS CSS CSS .css
SCSS/Sass SCSS SCSS .scss, .sass
LESS LESS LESS .less
JSON JSON JSON .json
XML XML XML .xml
XSLT XSLT XSLT .xsl, .xslt
ASP.NET ASPX ASPX .aspx, .asp

Build & Configuration

Type Dark Theme Light Theme Files
Makefile Makefile Makefile Makefile, makefile, CMakeLists.txt
Configuration Config Config .config, .conf, .ini
Settings Settings Settings .editorconfig, .env
Git Git Git .gitignore, .gitconfig
Node.js Node Node package.json
TypeScript Config TSConfig TSConfig tsconfig.json, tslint.json

Media & Documents

Type Dark Theme Light Theme Extensions
Images Image Image .png, .jpg, .gif, .svg, .ico
Audio Audio Audio .mp3, .wav, .flac, .aac
Video Media Media .mp4, .avi, .mov, .mkv
PDF PDF PDF .pdf
Text Text Text .txt, .md, .rst
Archive Archive Archive .zip, .rar, .7z, .tar

Adobe Creative Suite

Application Dark Theme Light Theme Extensions
Photoshop PS PS .psd, .psb
Illustrator AI AI .ai
InDesign ID ID .indd, .indt

Microsoft Office

Application Dark Theme Light Theme Extensions
Word Word Word .doc, .docx
Excel Excel Excel .xls, .xlsx
PowerPoint PPT PPT .ppt, .pptx
Access Access Access .mdb, .accdb
Project Project Project .mpp
Visio Visio Visio .vsd, .vsdx

Folders

Type Dark Theme Light Theme Usage
Regular Folder Open Folder Open Default folders
Special Special Open Special Open Root project folders
Web Web Open Web Open wwwroot folders
Properties Props Props properties folders
References Refs Refs references folders

Supported File Types

The theme includes icons for 214+ file types across:

  • Programming Languages: C/C++, C#, Rust, Python, JavaScript, TypeScript, Java, PHP, Ruby, F#, and more
  • Web Technologies: HTML, CSS, SCSS, LESS, Vue, React (JSX), JSON, XML
  • Build & Config Files: Makefile, CMake, package.json, tsconfig.json, .gitignore, Docker
  • Documents: PDF, Word, Excel, PowerPoint, Text files, Markdown
  • Media Files: Images, Audio, Video with appropriate icons
  • Archives: ZIP, TAR, 7Z, RAR and other compressed formats
  • Databases: SQL files, Access databases, SQLite

Original Credits

This theme is a conversion of the original Studio Icons VS Code extension by jtlowe. All icon assets are from the Visual Studio Image Library.

License

This project maintains the same license as the original Studio Icons theme. See the LICENSE.md file in the original project for details.

Contributing

If you find issues with the conversion or want to improve the mappings, please feel free to submit issues or pull requests to help improve this Zed icon theme.

About

Port of Studio Icons theme for Zed

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors