mirror
/
earl-grey
Archived
1
0
Fork 1
Elegant dark theme for Gitea https://github.com/acoolstraw/earl-grey
This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
straw a6ca3dd3b9
Merge pull request #3 from Freeplayg/patch-1
Invert editor colors to make text easier to read
2021-11-28 07:45:10 +01: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 Invert editor colors to make text easier to read 2021-11-25 14:12:27 -05: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