1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

update docs to include THEMES config value (#5752)

* update docs to include THEMES

* Update app.ini.sample

* Update config-cheat-sheet.en-us.md
This commit is contained in:
Lanre Adelowo
2019-01-17 20:48:01 +01:00
committed by techknowlogick
parent 82e08a3364
commit 9edc829c17
3 changed files with 4 additions and 2 deletions

View File

@@ -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]