Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 640 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 640 Bytes

Monoviz Theme

Reworked "Darcula Theme inspired by IntelliJ" with better support for Python (mostly) and other languages using semantic highlighting.

Installation

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

Preview

Contributing

If you'd like to contribute to this theme, please post an issue or PR on GitHub.