1
0
Fork 0
Ayu Dark theme for Forgejo (or Gitea)
Find a file
2023-11-14 21:05:35 -06:00
src better warning colors 2023-11-14 21:05:35 -06:00
.editorconfig Initial commit 2023-11-14 20:47:19 -06:00
.gitignore Initial commit 2023-11-14 20:47:19 -06:00
build.ts Initial commit 2023-11-14 20:47:19 -06:00
deno.json Initial commit 2023-11-14 20:47:19 -06:00
deno.lock Initial commit 2023-11-14 20:47:19 -06:00
LICENSE Initial commit 2023-11-14 20:47:19 -06:00
README.md Update README.md 2023-11-14 20:53:20 -06:00

Ayu Dark for Forgejo

Based on Catppuccin for Gitea.

Usage

  1. Clone the repo.
  2. Install Deno if you don't have it and run ./build.ts
  3. 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.
  4. Add the theme to your app.ini. See the Gitea documentation.
  5. Restart your Forgejo instance.
  6. Select the theme in Forgejo > Account > Settings > Appearance.