gitea: don't set default theme

Themes where renamed upstream

https://github.com/go-gitea/gitea/pull/27419
This commit is contained in:
nyanloutre 2024-12-23 14:23:23 +01:00
parent c9c0061ff7
commit c028b9b6ed

View File

@ -376,7 +376,6 @@ in
HTTP_PORT = 3001; HTTP_PORT = 3001;
ROOT_URL = "https://gitea.nyanlout.re/"; ROOT_URL = "https://gitea.nyanlout.re/";
}; };
ui.DEFAULT_THEME = "arc-green";
log.LEVEL = "Warn"; log.LEVEL = "Warn";
service.DISABLE_REGISTRATION = true; service.DISABLE_REGISTRATION = true;
session.COOKIE_SECURE = true; session.COOKIE_SECURE = true;