Looking to add a personal touch to your Visual Studio Code (VS Code) workspace? You can easily customize the VS Code logo using the Custom CSS and JS Loader extension. Here’s how:
Getting started
- Write your custom css in Github Gist.

- Install this extension. Custom CSS and JS Loader
- Add to
settings.json
:"vscode_custom_css.imports": [""]
VERY IMPORTANT: Items invscode_custom_css.imports
must be URLs. Plain file paths are NOT URLs.- Windows File URL Example:
file:///C:/Users/MyUserName/Documents/custom.css
- The
C:/
part is REQUIRED.
- The
- Another way is to copy the link to raw file in your custom css:
- Windows File URL Example:

- Restart Visual Studio Code with proper permission to modify itself:
- Windows: Restart with Administrator Permission.
- Activate command “Reload Custom CSS and JS”.
- Restart.

this is awesome 🙂