├── .github ├── issue_template.md └── pull_request_template.md ├── INSTALL.md ├── LICENSE ├── README.md ├── add-dracula-application-colors.sh ├── dracula.soc ├── dracula.xcu ├── install.sh ├── screenshot-application-colors.png ├── screenshot-palette-menu.png └── screenshot.png /.github/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/libreoffice/HEAD/.github/issue_template.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/libreoffice/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/libreoffice/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/libreoffice/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/libreoffice/HEAD/README.md -------------------------------------------------------------------------------- /add-dracula-application-colors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/libreoffice/HEAD/add-dracula-application-colors.sh -------------------------------------------------------------------------------- /dracula.soc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/libreoffice/HEAD/dracula.soc -------------------------------------------------------------------------------- /dracula.xcu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/libreoffice/HEAD/dracula.xcu -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/libreoffice/HEAD/install.sh -------------------------------------------------------------------------------- /screenshot-application-colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/libreoffice/HEAD/screenshot-application-colors.png -------------------------------------------------------------------------------- /screenshot-palette-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/libreoffice/HEAD/screenshot-palette-menu.png -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/libreoffice/HEAD/screenshot.png --------------------------------------------------------------------------------