From 95f10c4fe77eab185bfeaa44be9eb427388ee221 Mon Sep 17 00:00:00 2001 From: normandy Date: Wed, 6 Jul 2022 15:09:25 +0200 Subject: [PATCH] Update readme to mention theme path in Gitea 1.16 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index de8639c..b3c3f39 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,7 @@ To install the theme for all Gitea users: 0. Make sure you're on the latest version of Gitea! 1. Download the [`theme-gitea-modern.css` file][theme-file] and add it to your custom folder in `$GITEA_CUSTOM/public/css/` ([learn how to find that directory][doc-dir]). - The path has changed in Gitea 1.15, there the file needs to be placed in `$GITEA_CUSTOM/public/assets/css` + - Gitea 1.16 uses the old path at `$GITEA_CUSTOM/public/css/` 2. 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][doc-config] of `app.ini` to `gitea-modern`