2025-03-20 17:20:35 +03:00
2025-03-20 17:34:19 +03:00
2025-01-25 17:17:09 -03:00
2023-07-01 16:19:40 -03:00
2023-07-01 16:19:40 -03:00
2025-03-20 17:28:31 +03:00
2025-01-25 17:17:09 -03:00
2025-02-01 05:04:01 -03:00
2025-03-20 17:27:29 +03:00

zeldon Gitea theme

Theme for zeldon's gitea server.

Preview

repository

Usage

  1. Clone repo and build project
  2. Place the templates and public folder in your $GITEA_CUSTOM directory.
  3. Append the themes in your app.ini file:
[ui]
THEMES=dark # light theme not supported
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 the app.ini file, accordingly.

  1. Restart gitea.

Credits

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

Feel free to open an issue or a pull request. Contributions are welcome!

Description
🎨 Custom Gitea theme
Readme MIT 2.7 MiB
Languages
SCSS 82%
JavaScript 18%