From fb7a97d4a0040f209127c3ebfaaa096450844a33 Mon Sep 17 00:00:00 2001 From: meaz Date: Tue, 21 Feb 2023 23:02:35 +0100 Subject: [PATCH] remove mention of beetroot for theme --- defaults/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 9a15fa0..b73613a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -17,6 +17,7 @@ gitea_arch: 'linux-amd64' # - name: 'beetroot' #add name of the theme # repo: 'https://git.disroot.org/Disroot-themes/forgejo-beetroot.git' #add git repository of the theme # img: 'true' #set it to true if there is an img folder +# Don't forget to also add those themes' names in the following THEMES var. #[CONFIG] # App.ini file variables @@ -29,7 +30,7 @@ gitea_oauth2_config: - 'JWT_SECRET = ' #41 random chars gitea_ui_config: - - 'THEMES = auto,arc-green,gitea,beetroot-auto,beetroot-light,beetroot-dark,' + - 'THEMES = auto,arc-green,gitea,forgejo-auto,forgejo-light,forgejo-dark' - 'DEFAULT_THEME = arc-green' gitea_security_config: -- 2.30.2