gitea-darkpink/README.md

24 lines
471 B
Markdown

# darkpink
A dark pink theme for Gitea, a self-hosted git server written in Go. See it in
action at https://git.kararou.space
### Installation
Copy `public/css/theme-darkpink.css` to
`$(GITEA_CUSTOM)/public/css/theme-darkpink.css`.
To enable it, you'll have to add the following under `[ui]` in your
conf/app.ini:
```
THEMES = gitea,arc-green,darkpink
```
If you want to make this theme your default for the instance, also add:
```
DEFAULT_THEME = darkpink
```