Gitea-Modern/Gitea/readme.md
Freeplay 9dce4268c2 Update 1.0.14
- Screw table. Literaly any other display property is my new best friend.
- Mobile fixes!
- Fixed dashboard when JS is disabled.
- Moved Pfp's inside of comments. Mostly for compatability on mobile, but it's fine on desktop, too.
2022-01-12 10:44:08 -05:00

2.1 KiB

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!

Gitea Modern Repository Page Gitea Modern Explore Page Gitea Modern Profile Page

Note: The Stylus browser extension and Stylus preprocessor are two different things.

Usage as a Gitea theme, or use the Stylus browser extension to apply to any instance

To install the theme for all Gitea users:

  1. Make sure you're on the latest version of Gitea! (Working 1.17)
  2. 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
  1. 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 of app.ini to gitea-modern

    • To make a theme selectable by users in their profile settings, append ,gitea-modern to the list of THEMES in your app.ini.

  2. Restart Gitea
  3. 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.