You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
public/css | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago |
README.md
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