├── .github ├── issue_template.md └── pull_request_template.md ├── Dracula.icls ├── LICENSE └── README.md /.github/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/jetbrains-legacy/HEAD/.github/issue_template.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/jetbrains-legacy/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /Dracula.icls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/jetbrains-legacy/HEAD/Dracula.icls -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/jetbrains-legacy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/jetbrains-legacy/HEAD/README.md --------------------------------------------------------------------------------