W Themes for Visual Studio Code
Installation
- Open Extensions sidebar panel in VS Code. View → Extensions
- Search for W Themes
- Click Install to install it.
- Click Reload to reload the editor.
- File > Preferences > Color Theme > Select Theme
Enable customize style of editor
Install Custom CSS and JS Loader
Download file vscode.css
Copy vscode.css to a location on your machine, such as your user folder. Copy the file path and add it to your VS code settings.json .
On Mac / Linux:
"vscode_custom_css.imports": [
"file:////Users/[your-name-user]/.vscode/extensions/[extenssion-name]/vscode.css"
],
"vscode_custom_css.imports": [
"file:///C:/Users/[your-name-user]/.vscode/extensions/[extenssion-name]/vscode.css"
],
Font I'm using
- SF Mono Ligatures
- Operator Mono
Enjoy :D
| |