Try the dark theme

This commit is contained in:
Luke Murphy
2020-03-28 16:36:13 +01:00
parent 7c4dcea142
commit adb18f3dba
3 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,7 @@
DOMAIN: "{{ domain }}"
ENABLE_OPENID_SIGNIN: "{{ enable_openid_signin }}"
ENABLE_OPENID_SIGNUP: "{{ enable_openid_signup }}"
GITEA_THEME: "{{ gitea_theme }}"
HTTP_PORT: "{{ http_port }}"
INSTALL_LOCK: "{{ install_lock }}"
JWT_SECRET: "{{ jwt_secret }}"

View File

@ -9,6 +9,7 @@ disable_registration: "false"
domain: "git.autonomic.zone"
enable_openid_signin: "true"
enable_openid_signup: "true"
gitea_theme: "arc-green"
http_port: "3020"
install_lock: "true"
mailer_enabled: "true"