You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 days ago | |
---|---|---|
Gitea | 4 days ago | |
images | 10 months ago | |
issue_template | 4 months ago | |
LICENSE | 4 months ago | |
readme.md | 4 months ago | |
theme-gitea-modern.css | 2 weeks ago | |
theme-gitea-modern.styl | 2 weeks ago |
readme.md
Gitea Modern
Changes the layout of Gitea to give it a more modern look. Can be used with any other themes that change only colors!
![]() |
![]() |
![]() |
---|
Note: The Stylus browser extension and Stylus preprocessor are two different things.
Usage as a Gitea theme, or use Stylus to apply to any instance
To install the theme for all Gitea users:
- Make sure you're on the latest version of Gitea!
- Download the
theme-gitea-modern.css
file and add it to your custom folder in$GITEA_CUSTOM/public/css/
(learn how to find that directory).
- The path has changed in Gitea 1.15, there the file needs to be placed in
$GITEA_CUSTOM/public/assets/css
- Adapt your
app.ini
to make it the default theme or be user-selectable:-
To change the default theme, change the value of
DEFAULT_THEME
in the ui section ofapp.ini
togitea-modern
-
To make a theme selectable by users in their profile settings, append
,gitea-modern
to the list ofTHEMES
in yourapp.ini
.
-
- Restart Gitea
- Enjoy :)
Contributing
To make changes, always base them on theme-gitea-modern.styl
, which requires the Stylus preprocessor.
When making contributions, don't use the compiled version for your changes.