8d0e2fcfe08b33f8200bbaf0d0b8526823f70cf0
lucaslabs › Gitea theme
Theme for lucaslabs internal gitea server.
Important
From version
v1.0.0onwards,gitea>=1.23is required. In case you're looking forgitea@1.22.xsupport,v0.2.2is the last version that supports it.
Preview
Usage
- Go to the releases page and get the latest
gitea-lugit-theme.tar.gzrelease file. - Place the
templatesandpublicfolder in your$GITEA_CUSTOMdirectory. - Append the themes in your
app.inifile:
[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}.cssand in theapp.inifile, accordingly.
- Restart
gitea.
Note
The latest version works with
giteaversionv1.22.x.
Credits
catppuccin/gitea, these themes are based on them.
Development
build
$ npm install
$ npm run build
serve
$ 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
Contributing
Please feel free to open an issue or a pull request. Contributions are welcome!
Description
Languages
SCSS
79.8%
JavaScript
20.2%



