Description
🎨 lucaslabs › Gitea theme
Go to file
Lucas Colombo 1b9f97cf37 docs: 📝 readme 2023-07-02 19:47:07 -03:00
.design 🥂 Initial commit 2023-07-01 16:19:40 -03:00
.github/workflows 🥂 Initial commit 2023-07-01 16:19:40 -03:00
.vscode docs: 📝 readme 2023-07-02 19:47:07 -03:00
dist fix: 🚑 topics list, add gap with manage topics btn 2023-07-02 19:46:43 -03:00
figs docs: 📝 readme 2023-07-02 19:47:07 -03:00
src fix: 🚑 topics list, add gap with manage topics btn 2023-07-02 19:46:43 -03:00
tools fix: 🚑 topics list, add gap with manage topics btn 2023-07-02 19:46:43 -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: add dist 2023-07-02 18:42:27 -03:00
.prettierignore 🥂 Initial commit 2023-07-01 16:19:40 -03:00
.prettierrc 🥂 Initial commit 2023-07-01 16:19:40 -03:00
LICENSE 🥂 Initial commit 2023-07-01 16:19:40 -03:00
README.md docs: 📝 readme 2023-07-02 19:47:07 -03:00
package-lock.json feat: dark and light themes 2023-07-02 18:36:28 -03:00
package.json feat: dark and light themes 2023-07-02 18:36:28 -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.

dark

dark theme

light

light theme

Usage

  1. Clone this repo
  2. Place the files in the dist folder in your $GITEA_CUSTOM directory.
  3. Append the themes in your app.ini file:
[ui]
THEMES=...,dark,light
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
Works with gitea version v1.20.

Credits

Dev

build

$ npm install
$ npm run build