A super simple desert style theme for Gitea tested on 1.14.0.
If you have not customed Gitea before than there is a file at custom/conf/app.example.ini
.
This needs to be copied and renamed to app.ini
now your gitea instance will be using a custom configuration.
- Edit the
app.ini
and you will find a line that says[ui]
. Under that will bethemes = gitea,arc-green
, just add a comma anddesert
to the list. - OPTIONALLY you can also set
DEFAULT_THEME = desert
- Copy the
theme-desert.css
file intocustom/public/css/theme-desert.css
- Restart Gitea
When logged in you can now select a theme to be user in the account settings
If you find an issue please do put it in the issue tracker so it can be looked into.