Table of Contents
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