An open API service indexing awesome lists of open source software.

https://github.com/Troplo/earl-grey

Elegant dark theme for Gitea, mirror of https://git.troplo.com/bo/earl-grey. Created by acoolstraw
https://github.com/Troplo/earl-grey

dark-theme design forgejo gitea theme ui

Last synced: 2 months ago
JSON representation

Elegant dark theme for Gitea, mirror of https://git.troplo.com/bo/earl-grey. Created by acoolstraw

Awesome Lists containing this project

README

          

# earl-grey
Elegant dark theme for Gitea & Forgejo.

![issues](https://img.shields.io/github/issues/Troplo/earl-grey) ![size](https://img.shields.io/github/repo-size/Troplo/earl-grey) ![forks](https://img.shields.io/github/forks/Troplo/earl-grey?style=social)

*Gitea. Earl grey. Hot*

![gitea-1](https://user-images.githubusercontent.com/45886986/128325883-e9a92c1c-fb01-43f5-8e25-3278b0780e8c.png)
![gitea-2](https://user-images.githubusercontent.com/45886986/128325892-8092a5de-642a-4168-99aa-80c65477d9c5.png)
![gitea-3](https://user-images.githubusercontent.com/45886986/128325905-aab0dec5-bd77-4687-a43c-9cb97415949b.png)

# 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`

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

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

4. Add (or replace) the following to your `app.ini`:
```
[ui]
DEFAULT_THEME = earl-grey
THEMES = gitea,arc-green,earl-grey
```

5. Clean up
`rm -r earl-grey`