§GitLab
Currently this theme will only update the syntax highlighting for code and diffs.
§Install with browser extension
-
Once installed, it will replace the default syntax highlighting theme with Dracula here: https://gitlab.com/profile/preferences

§Install manually
You can find a link to the css that you'll need to manually inject here:
https://github.com/dracula/gitlab/blob/master/dracula.css
§Compile manually
Make sure Node.js is installed.
git clone https://github.com/dracula/gitlab dracula-gitlab
cd dracula-gitlab
cd build
npm install
npm run buildThen you'll find dracula.css and dracula.user.css in the root folder.
