├── .github ├── issue_template.md └── pull_request_template.md ├── INSTALL.md ├── LICENSE ├── README.md ├── dracula.xml ├── screenshot.png └── tutorial.png /.github/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/blender/HEAD/.github/issue_template.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/blender/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/blender/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/blender/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/blender/HEAD/README.md -------------------------------------------------------------------------------- /dracula.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/blender/HEAD/dracula.xml -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/blender/HEAD/screenshot.png -------------------------------------------------------------------------------- /tutorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/blender/HEAD/tutorial.png --------------------------------------------------------------------------------