lucaslabs
› Gitea theme
Theme for lucaslabs
internal gitea server.
Important
From version v1.0.0
onwards, gitea>=1.23
is required.
In case you're looking for gitea@1.22.x
support, v0.2.2
is the last version that supports it.
- Go to the releases page and get the latest
gitea-lugit-theme.tar.gz
release file. - Place the
templates
andpublic
folder in your$GITEA_CUSTOM
directory. - Append the themes in your
app.ini
file:
[ui]
THEMES=...,dark,light,auto
DEFAULT_THEME=dark # optional
💡 You can change the names of the themes by changing the name of the theme files in
public/css/theme-{name}.css
and in theapp.ini
file, accordingly.
- Restart
gitea
.
catppuccin/gitea
, these themes are based on them.
$ npm install
$ npm run build
$ npm run serve -- --server path/to/gitea/custom
# e.g.
# on linux
$ npm run serve -- --server ~/gitea/custom
# on windows
$ npm run serve -- -- --server c:/gitea/custom
Feel free to open an issue or a pull request. Contributions are welcome!