Ayu Dark theme for Forgejo (or Gitea)
src | ||
.editorconfig | ||
.gitignore | ||
build.ts | ||
deno.json | ||
deno.lock | ||
LICENSE | ||
README.md |
Ayu Dark for Forgejo
Based on Catppuccin for Gitea.
Usage
- Clone the repo.
- Install Deno if you don't have it and run
./build.ts
- Copy
dist/theme-ayu-dark.css
to$GITEA_CUSTOM/public/assets/css
if using Forgejo 1.21.0 or newer and$GITEA_CUSTOM/public/css
otherwise. - Add the theme to your
app.ini
. See the Gitea documentation. - Restart your Forgejo instance.
- Select the theme in Forgejo > Account > Settings > Appearance.