A dark syntax/workbench theme forVisual Studio Code based on my Atom theme
Optimized for SCSS, HTML, JS, TS, Markdown, and PHP files.
Font used in screenshots is IBM Plex Mono.
If you prefer italic comments, just add this block to your user settings:
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "comment, comment.block.html",
"settings": {
"fontStyle": "italic"
}
}
]
},
This works for all themes.