From 77a81d29f09df6fa155485eba4d1a0538d08f64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 15 Nov 2025 12:16:07 +0100 Subject: [PATCH] fix: change default theme to gitea-dark (built-in) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Custom themes not loading properly, reverting to built-in theme. Custom themes still available in theme list for manual selection. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- dev/compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/compose.yaml b/dev/compose.yaml index a9dc66f..51a4e7f 100644 --- a/dev/compose.yaml +++ b/dev/compose.yaml @@ -41,8 +41,7 @@ services: GITEA__packages__ENABLED: true GITEA__actions__ENABLED: true GITEA__ui__THEMES: gitea-auto,gitea-light,gitea-dark,arc-green,edge-auto,edge-dark,edge-light,everforest-auto,everforest-dark,everforest-light,gruvbox-auto,gruvbox-dark,gruvbox-light,gruvbox-material-auto,gruvbox-material-dark,gruvbox-material-light,nord,palenight,soft-era,sonokai,sonokai-andromeda,sonokai-atlantis,sonokai-espresso,sonokai-maia,sonokai-shusia - GITEA__ui__DEFAULT_THEME: edge-dark - GITEA__ui__THEME_COLOR_META_TAG: "#333644" + GITEA__ui__DEFAULT_THEME: gitea-dark GITEA__ui__ENABLE_FEED: true networks: - compose_network