repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

git-pr / static
Eric Bower  ·  2024-07-21

vars.css

 1:root {
 2  --main-hue: 250;
 3  --white: #f2f2f2;
 4  --white-light: #f2f2f2;
 5  --white-dark: #e8e8e8;
 6  --code: #414558;
 7  --pre: #252525;
 8  --bg-color: #282a36;
 9  --text-color: #f2f2f2;
10  --link-color: #8be9fd;
11  --visited: #bd93f9;
12  --blockquote: #bd93f9;
13  --blockquote-bg: #353548;
14  --hover: #ff80bf;
15  --grey: #414558;
16  --grey-light: #6a708e;
17  --shadow: #252525;
18  --review: #f9e2af;
19  --admin: #f38ba8;
20  --success: #66f859;
21}