1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-02 13:37:21 +02:00
12 Gitea
GilbN edited this page 2021-04-12 20:58:07 +02:00

logo Gitea Themes

Custom Gitea CSS.

Tested on Version: 1.14.0

Organizr Dark Theme

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

The theme is built on top of the Gitea theme, so make sure that is selected in user settings.

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.

@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

Dark Theme

Space Gray Theme

Plex Theme

Organizr Dark Theme

Hotline Theme

Aquamarine Theme