https://github.com/rexebin/darcula
Darcula Theme - WebStorm Edition
https://github.com/rexebin/darcula
Last synced: 3 months ago
JSON representation
Darcula Theme - WebStorm Edition
- Host: GitHub
- URL: https://github.com/rexebin/darcula
- Owner: rexebin
- Created: 2018-05-01T13:14:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T11:23:11.000Z (over 5 years ago)
- Last Synced: 2025-01-08T00:27:44.760Z (4 months ago)
- Homepage:
- Size: 366 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Darcula Theme - WebStorm Edition
This is a Darcula Dark Theme mirroring colors in the Darcula theme in WebStorm by JetBrains.
This theme start from [Dracula/textmate](https://github.com/Darcula/textmate/blob/master/Darcula.tmTheme) and then fine-tuned to WebStorm's Darcula Theme.

## Angular Component Template
This theme now can work with [vscode-angular-html](https://marketplace.visualstudio.com/items?itemName=ghaschel.vscode-angular-html) to support Angular template.
## Links
[Github Repository](https://www.github.com/rexebin/Darcula)
My extensions:
[ClassLens:](https://marketplace.visualstudio.com/items?itemName=rexebin.classlens) ClassLens shows class's relationships with its interfaces and parent class in the form of CodeLens
[ClassIO:](https://marketplace.visualstudio.com/items?itemName=rexebin.classio) Class IO shows class relationships with its interfaces and parent class in a non-obstructive way. Class IO is an alternative to ClassLens.
[F12: Open File:](https://marketplace.visualstudio.com/items?itemName=rexebin.f12-open-file) Extending Go to definition to open file when the look up symbol is a file name with relative path.