summaryrefslogtreecommitdiff
path: root/README.md
blob: 798635e5b37ef2271a23fae596f25f22f1634360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# cgit-theme

Custom dark theme for cgit on git.tomflux.xyz.

## Palette

| Hex | Role |
|-----|------|
| `#333543` | Background |
| `#fbc997` | Primary text |
| `#b78760` | Secondary/muted |
| `#c89931` | Links (gold) |
| `#ec8499` | Highlights (pink) |
| `#a459b7` | File paths (purple) |
| `#618b50` | Additions (green) |
| `#5b64c5` | Branches/refs (indigo) |
| `#ff5638` | Deletions/warnings (red) |

## Install

```bash
sudo cp cgit.css /usr/share/cgit/cgit.css
```