gitea: fix broken UI theme

This commit is contained in:
2024-07-06 18:55:47 +00:00
parent b7c86d5867
commit 0d3e89a431

View File

@@ -64,8 +64,8 @@
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false; SHOW_FOOTER_TEMPLATE_LOAD_TIME = false;
}; };
ui = { ui = {
# options: "auto", "gitea", "arc-green" # options: "gitea-auto" (adapt to system theme), "gitea-dark", "gitea-light"
DEFAULT_THEME = "arc-green"; # DEFAULT_THEME = "gitea-auto";
# cache frontend assets if true # cache frontend assets if true
# USE_SERVICE_WORKER = true; # USE_SERVICE_WORKER = true;
}; };