Elegant dark theme for Gitea
Go to file
Troplo 84f9d58448 Add color-header-wrapper to fix the repository header 2023-08-05 18:34:27 +10:00
README.md Update README.md 2021-08-05 11:29:20 +02:00
logo.svg Blue logo 2021-08-12 22:54:34 +02:00
theme-earl-grey.css Add color-header-wrapper to fix the repository header 2023-08-05 18:34:27 +10:00

README.md

earl-grey

Elegant dark theme for Gitea.

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