From bf7ec52244658014c6f389d2d115c6a09065c974 Mon Sep 17 00:00:00 2001 From: Snehith Date: Thu, 16 Oct 2025 21:20:48 +0530 Subject: [PATCH] fix: comment out THEMES settings to resolve 404 for theme CSS(Issue #35651) --- custom/conf/app.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 custom/conf/app.ini diff --git a/custom/conf/app.ini b/custom/conf/app.ini new file mode 100644 index 0000000000000..6007064690fb6 --- /dev/null +++ b/custom/conf/app.ini @@ -0,0 +1,4 @@ +[Ui] +; THEMES=auto,gitea-auto,arc-green,gitea +; DEFAULT_THEME=gitea-auto +