├── .github ├── issue_template.md └── pull_request_template.md ├── INSTALL.md ├── LICENSE ├── README.md ├── conf.d └── dracula.fish ├── screenshot.png ├── screenshot_script.fish └── themes └── Dracula Official.theme /.github/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/fish/HEAD/.github/issue_template.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/fish/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/fish/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/fish/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/fish/HEAD/README.md -------------------------------------------------------------------------------- /conf.d/dracula.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/fish/HEAD/conf.d/dracula.fish -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/fish/HEAD/screenshot.png -------------------------------------------------------------------------------- /screenshot_script.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/fish/HEAD/screenshot_script.fish -------------------------------------------------------------------------------- /themes/Dracula Official.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/fish/HEAD/themes/Dracula Official.theme --------------------------------------------------------------------------------