diff --git a/Gitea.md b/Gitea.md new file mode 100644 index 0000000..5533193 --- /dev/null +++ b/Gitea.md @@ -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/.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: `` + +Restart Gitea and you should now see the theme being loaded. + +### Screenshots + +

+ + + + + + + +