Change Gitea default theme

This commit is contained in:
2019-12-09 06:56:30 +01:00
parent 0488d83273
commit 26aaa9deb2

View File

@@ -21,8 +21,11 @@
dump.enable = true;
useWizard = true;
extraConfig = ''
[server]
LFS_START_SERVER = true
LFS_HTTP_AUTH_EXPIRY = 60m
[ui]
DEFAULT_THEME = arc-green
'';
};