initial commit

This commit is contained in:
Ren Kararou 2021-11-04 09:08:56 -05:00
commit 52bae5f051
Signed by: karaiwulf
GPG Key ID: B0BA4EEC0714F8E6
3 changed files with 1235 additions and 0 deletions

1
LICENSE Normal file
View File

@ -0,0 +1 @@
this code may be used for any purpose. be gay, do crime

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# 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
```

File diff suppressed because it is too large Load Diff