Reworked "Darcula Theme inspired by IntelliJ" with better support for Python (mostly) and other languages using semantic highlighting.
Install Visual Studio Code Extension manager
npm install -g vsce
,
then run Build and install
task and restart VS Code.
It can be done manually using following commands:
npm install -g vsce
vsce package
code --install-extension monoviz-[version].vsix
If you'd like to contribute to this theme, please post an issue or PR on GitHub.