Screenshot

More examples
HTML

CSS

Javascript

Recommended setup
Setting
Iosevka font
with the settings (you can paste these in your settings.json ):
{
"workbench.colorTheme": "D2T Colorful High Contrast",
"workbench.editor.wrapTabs": true,
"editor.stickyScroll.enabled": true,
"editor.cursorSmoothCaretAnimation": true,
"editor.fontSize": 16,
"editor.lineHeight": 35,
"editor.letterSpacing": 0.5,
}
Custom CSS and JS Loader
Inistall Custom CSS and JS Loader
Add to settings.json :
{
"vscode_custom_css.imports": [
"file:///C:/Users/{username}/Documents/customColor.css"]
}
Restart Visual Studio Code with proper permission to modify itself:
- Ctrl + Shift + P
- Enable Custom CSS and JS
Activate command "Reload Custom CSS and JS".
Restart.
| |