Created Gitea (markdown)

GilbN 2020-11-01 16:40:09 +01:00
parent 95573fbcc3
commit 46cead3ee5

40
Gitea.md Normal file

@ -0,0 +1,40 @@
# Gitea Themes
Custom [Gitea](https://github.com/go-gitea/gitea) CSS.
![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/gitea/organizr-dark.png)
```
https://gilbn.github.io/theme.park/CSS/themes/gitea/XXX.css
aquamarine.css
hotline.css
plex.css
dark.css
space-gray.css
organizr-dark.css
```
### Installation
(If you want to add the theme with subfilter ect, click here: [https://github.com/gilbN/theme.park/wiki/Setup#methods](https://github.com/gilbN/theme.park/wiki/Setup#methods)
In the Gitea installation folder add a `styles.css` file inside the `public` folder.
If `public` doesn't exists, create it.
In the styles.css file add: `@import url("https://gilbn.github.io/theme.park/CSS/themes/gitea/<YOUR_THEME>.css");` e.g.
```css
@import url("https://gilbn.github.io/theme.park/CSS/themes/gitea/organizr-dark.css");
```
In the `templates` folder create a folder called `custom` and add a file called `header.tmpl` with the contents: `<link rel="stylesheet" href="{{AppSubUrl}}/styles.css">`
Restart Gitea and you should now see the theme being loaded.
### Screenshots
<p>
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/gitea/dark.png"></img>
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/gitea/space-gray.png"></img>
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/gitea/plex.png"></img>
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/gitea/organizr-dark.png"></img>
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/gitea/hotline.png"></img>
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/gitea/aquamarine.png"></img>
</p>