Initial theme: dark palette with warm amber/gold accents

This commit is contained in:
Caine
2026-03-26 22:40:15 +00:00
commit 78ebe65e0d
2 changed files with 389 additions and 0 deletions
+23
View File
@@ -0,0 +1,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
```