earl-grey/README.md

18 lines
997 B
Markdown
Raw Normal View History

2021-08-03 18:03:41 +10:00
# earl-grey
2021-08-03 20:18:41 +10:00
Elegant dark theme for Gitea.
2021-08-03 20:19:02 +10:00
I mostly bruteforced which colors to change by inspecting every element with undesirable colors, and I ended up with a theme that I'm quite proud of. However, it will definitely have a lot of bugs, please report them and fix them!
2021-08-03 20:18:41 +10:00
It's really easy to fix color inconsistencies, just use a color picker to get the color, then Inspect Element and go to the styling section. There, CTRL+F and search for the color (note that the letters must be lowercase, the colors whose letters aren't lowercase are most likely added by me)
2021-08-03 20:50:15 +10:00
# Installation
1. To install, first check your CustomPath by typing:
`gitea help`
Mine is `/usr/local/bin/custom`. You'll need to create 3 directories.
`/usr/local/bin/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
`mv earl-grey/theme-earl-grey.css /usr/local/bin/custom/public/css/`