Description
🎨 lucaslabs › Gitea theme
Go to file
Lucas Colombo 1ac2103f26 feat: fix issue comment box 2025-01-25 17:17:09 -03:00
.design 🥂 Initial commit 2023-07-01 16:19:40 -03:00
.github/workflows fix: 🚑 some css customizations not showing after 1.22.3 gitea update 2024-10-19 17:10:14 -03:00
.vscode docs: 📝 readme 2023-07-02 19:47:07 -03:00
figs feat: settings page 2025-01-25 17:17:09 -03:00
src/themes feat: fix issue comment box 2025-01-25 17:17:09 -03:00
tools feat: support gitea 1.23 2025-01-25 17:17:09 -03:00
.cocorc 🥂 Initial commit 2023-07-01 16:19:40 -03:00
.eslintrc.json 🥂 Initial commit 2023-07-01 16:19:40 -03:00
.gitignore feat: code highlighting styles 2025-01-25 17:17:09 -03:00
.prettierignore 🥂 Initial commit 2023-07-01 16:19:40 -03:00
.prettierrc 🥂 Initial commit 2023-07-01 16:19:40 -03:00
CHANGELOG.md feat: code highlighting styles 2025-01-25 17:17:09 -03:00
LICENSE 🥂 Initial commit 2023-07-01 16:19:40 -03:00
README.md feat: settings page 2025-01-25 17:17:09 -03:00
package-lock.json chore: 🧹 lock sass to version 1.63 2025-01-25 17:17:09 -03:00
package.json chore: 🧹 lock sass to version 1.63 2025-01-25 17:17:09 -03:00
🍵 lugit-theme.code-workspace feat: dark and light themes 2023-07-02 18:36:28 -03:00

README.md

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.

Preview

repository

Issue Page issue
Settings Page settings
PR Page pr

Usage

  1. Go to the releases page and get the latest gitea-lugit-theme.tar.gz release file.
  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,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 the app.ini file, accordingly.

  1. Restart gitea.

[!NOTE] The latest version works with gitea version v1.22.x.

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

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