earl-grey/README.md

33 lines
1.2 KiB
Markdown
Raw Normal View History

2021-08-03 18:03:41 +10:00
# earl-grey
2021-08-05 19:29:20 +10:00
Elegant dark theme for Gitea.
2021-08-03 20:18:41 +10:00
2021-08-05 19:29:20 +10:00
![issues](https://img.shields.io/github/issues/acoolstraw/earl-grey) ![size](https://img.shields.io/github/repo-size/acoolstraw/earl-grey) ![forks](https://img.shields.io/github/forks/acoolstraw/earl-grey?style=social)
*Gitea. Earl grey. Hot*
2021-08-03 20:18:41 +10:00
2021-08-03 20:50:15 +10:00
2021-08-05 19:20:35 +10:00
![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)
2021-08-03 20:50:15 +10:00
# 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.
2021-08-03 22:07:40 +10:00
2. Clone the repository
2021-08-03 20:50:15 +10:00
`git clone https://github.com/acoolstraw/earl-grey`
3. Move `theme-earl-grey.css` into the `public/css` directory
2021-08-03 22:07:40 +10:00
`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`