Antwerpen is a lukewarm dark theme for VS Code. So far I've used it with Python, JS(X), HTML and CSS/LESS, so other syntaxes might be a bit wonky.
The documentation suggest the theme files should be placed under
.vscode/extensions
. At least for me on Ubuntu WSL this was actually
~/.vscode-server/extensions
. YMMV.
When the files are in place, the theme can be selected normally via VS Code
(ctrl-k, ctrl-t
).
Python syntax highlighting (courtesy of Django project)
JSX syntax highlighting (courtesy of Mattermost project)
HTML/Django template (courtesy of Django project)
CSS (courtesy of VS Code project by Microsoft)
These issues can't currently be fixed, at least without inadversely affecting highlighting in some other part or syntax.
- Some CSS properties such and
font
andcursor
get incorrectly highlighted as selectors - Inner and outer curly brackets around Django template variables are incorrectly rendered with different colors