Elegant dark theme for Gitea
Find a file
Troplo 9b5769a3f1
1.0.41
- Fix "Danger zone" (repo) and "Delete your account" (user) border
- Remove ugly white border from normal buttons
- Make the repo title heading blue
- Make the repo names blue on the dashboard
- Resize the repo visibility chip in Explore and User page to be smaller
2024-12-11 01:22:16 +11:00
LICENSE Add license 2024-12-09 16:13:53 +11:00
logo.svg Blue logo 2021-08-12 22:54:34 +02:00
README.md Update README.md 2024-12-09 16:34:14 +11:00
theme-earl-grey.css 1.0.41 2024-12-11 01:22:16 +11:00

earl-grey

Elegant dark theme for Gitea & Forgejo.

issues size forks

Gitea. Earl grey. Hot

gitea-1 gitea-2 gitea-3

Installation

  1. To install, first check your CustomPath by visiting the admin panel of your instance. Mine is /var/lib/gitea/custom. You'll need to create 3 directories. Something like /var/lib/gitea/custom/public/css should be your final structure.

  2. Clone the repository

git clone https://github.com/acoolstraw/earl-grey

  1. Move theme-earl-grey.css into the public/css directory

cp earl-grey/theme-earl-grey.css /var/lib/gitea/custom/public/css/

  1. Add (or replace) the following to your app.ini:
[ui]
DEFAULT_THEME = earl-grey
THEMES        = gitea,arc-green,earl-grey
  1. Clean up rm -r earl-grey