initial commit
This commit is contained in:
commit
52bae5f051
|
@ -0,0 +1 @@
|
||||||
|
this code may be used for any purpose. be gay, do crime
|
|
@ -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
Loading…
Reference in New Issue