/vscd

Visual Studio Code customization tool

Primary LanguageJavaScriptMIT LicenseMIT

vscd

Visual Studio Code customization tool.

USE WITH CAUTION!

This is a simple tool for customization until Visual Studio Code support it natively. You can track the issue.

What it does is basically:

  • Replace application and file type icon
  • Change status bar color

Yeah, that's it. You can customize further by customizing files on themes directory.

Screenshots

Original window

original-window.png

Custom window

custom-window.png

Original about

original-about.png

Custom about

custom-about.png

Original dock

original-dock.png

Custom dock

custom-dock.png

Note: changing dock icon needs to be done manually.

Usage

Before using this tool, you need to clone the repository:

$ git clone https://github.com/subosito/vscd.git
$ npm install

Once completed, then you can do:

$ npm run apply -- "/path/to/Visual Studio Code.app"

Credits