summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorLanre Adelowo <adelowomailbox@gmail.com>2019-01-17 20:48:01 +0100
committertechknowlogick <hello@techknowlogick.com>2019-01-17 14:48:01 -0500
commit9edc829c1758b436f8f52ebe61479af087940d60 (patch)
treed54caf179dd74cc5951c7b98c2f7da2719eb1124 /custom
parent82e08a3364195b515a005180c2bdc08e78aac208 (diff)
downloadgitea-9edc829c1758b436f8f52ebe61479af087940d60.tar.gz
gitea-9edc829c1758b436f8f52ebe61479af087940d60.zip
update docs to include THEMES config value (#5752)
* update docs to include THEMES * Update app.ini.sample * Update config-cheat-sheet.en-us.md
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.ini.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample
index a6ca758423..20de7236bc 100644
--- a/custom/conf/app.ini.sample
+++ b/custom/conf/app.ini.sample
@@ -88,7 +88,7 @@ MAX_DISPLAY_FILE_SIZE = 8388608
SHOW_USER_EMAIL = true
; Set the default theme for the Gitea install
DEFAULT_THEME = gitea
-; All available themes
+; All available themes. Allow users select personalized themes regardless of the value of `DEFAULT_THEME`.
THEMES = gitea,arc-green
[ui.admin]