Update UI theme
This commit is contained in:
parent
d8f2a361ae
commit
c1c841fda8
@ -40,3 +40,5 @@ gitea_mail_pass: ThisCouldBeYourAdd
|
||||
gitea_admin_user: gitea_adm
|
||||
gitea_admin_pass: gitea_fancy_adm_password!
|
||||
gitea_admin_mail: "{{ gitea_mail_user }}"
|
||||
|
||||
gitea_ui_theme: gitea-dark
|
||||
|
||||
@ -81,3 +81,6 @@ INSTALL_LOCK = true
|
||||
INTERNAL_TOKEN = `{{ gitea_internal_token }}`
|
||||
SECRET_KEY = `{{ gitea_secret_key }}`
|
||||
PASSWORD_HASH_ALGO = pbkdf2
|
||||
|
||||
[ui]
|
||||
DEFAULT_THEME = {{ gitea_ui_theme | default('gitea-auto') }}
|
||||
Loading…
Reference in New Issue
Block a user