├── .github ├── issue_template.md └── pull_request_template.md ├── Dracula.alfredappearance ├── INSTALL.md ├── LICENSE ├── README.md ├── dracula-pro.png └── screenshot.png /.github/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/alfred/HEAD/.github/issue_template.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/alfred/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /Dracula.alfredappearance: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/alfred/HEAD/Dracula.alfredappearance -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/alfred/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/alfred/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/alfred/HEAD/README.md -------------------------------------------------------------------------------- /dracula-pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/alfred/HEAD/dracula-pro.png -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/alfred/HEAD/screenshot.png --------------------------------------------------------------------------------