Update UI theme

This commit is contained in:
Lars Hahn 2024-08-10 20:54:39 +02:00
parent d8f2a361ae
commit c1c841fda8
2 changed files with 5 additions and 0 deletions

View File

@ -40,3 +40,5 @@ gitea_mail_pass: ThisCouldBeYourAdd
gitea_admin_user: gitea_adm gitea_admin_user: gitea_adm
gitea_admin_pass: gitea_fancy_adm_password! gitea_admin_pass: gitea_fancy_adm_password!
gitea_admin_mail: "{{ gitea_mail_user }}" gitea_admin_mail: "{{ gitea_mail_user }}"
gitea_ui_theme: gitea-dark

View File

@ -81,3 +81,6 @@ INSTALL_LOCK = true
INTERNAL_TOKEN = `{{ gitea_internal_token }}` INTERNAL_TOKEN = `{{ gitea_internal_token }}`
SECRET_KEY = `{{ gitea_secret_key }}` SECRET_KEY = `{{ gitea_secret_key }}`
PASSWORD_HASH_ALGO = pbkdf2 PASSWORD_HASH_ALGO = pbkdf2
[ui]
DEFAULT_THEME = {{ gitea_ui_theme | default('gitea-auto') }}