artlaman / chalice-icon-theme

Chalice icon theme for Visual Studio Code
MIT License
91 stars 15 forks source link
icon-theme macos vscode vscode-extension vscode-icons vscode-theme

Chalice icon theme for Visual Studio Code

License: MIT Visual Studio Marketplace Installs Visual Studio Marketplace Rating (Stars)

A minimalistic icon theme with the stupidest name I could come up with carefully chosen to fit the style of system VS Code icons. Recommended to use with Chalice color theme

Whys

Most of the icon themes feature hundreds of icons for every existing framework, causing distraction and making the file explorer look like a sticker-bombed laptop (on the screen side).

I believe that those logos should only be used for things they were created for: product representation and sticker-bombing, not for navigation. It’s just not functional. 🙃 It just so happened that most of the files have filename extensions which indicate file type, so instead of just duplicating them with shiny but useless logos, Chalice splits files into 10 easy-to-remember categories, tagging them with simple monochrome glyphs.

These categories are:

Additionally

While others tend to use svg format, Chalice uses ttf font format, which brings font hinting and all that stuff into play, making icons look less blurry, which is especially noticeable on non-retina displays. Also, Visual Studio Code does not vertically align svg icons inside of the tabs properly.

Using font format fixes this issue too

To show twisties in File Explorer go to Preferences → Extensions → Chalice Icons → Show Arrows or add the following line to your settings.json

{
  "chaliceIcons.showArrows": true
}

What to do next