A gitea theme that's dark pink
Go to file
Ren Kararou 52bae5f051
initial commit
2021-11-04 09:08:56 -05:00
public/css initial commit 2021-11-04 09:08:56 -05:00
LICENSE initial commit 2021-11-04 09:08:56 -05:00
README.md initial commit 2021-11-04 09:08:56 -05:00

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