Dracula Icon

GitLab

Dracula Theme for GitLab

gitlab - Theme Preview

§GitLab

Currently this theme will only update the syntax highlighting for code and diffs.

§Install with browser extension

Syntax Highlighting Theme

§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 build

Then you'll find dracula.css and dracula.user.css in the root folder.