From d6057b4758da3fa7785a6532f63f29758dfa5748 Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Thu, 5 May 2022 13:37:54 +0100
Subject: [PATCH] nextcloud: default to dark theme

---
 basic/overrides/stackspin-nextcloud-override.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/basic/overrides/stackspin-nextcloud-override.yaml b/basic/overrides/stackspin-nextcloud-override.yaml
index 0c2bf7f..420d854 100644
--- a/basic/overrides/stackspin-nextcloud-override.yaml
+++ b/basic/overrides/stackspin-nextcloud-override.yaml
@@ -20,6 +20,7 @@ data:
               'default_phone_region' => 'DE',
               'default_locale' => 'de',
               'lost_password_link' => 'https://sso.ftt.gmbh/login/recovery',
+              'theme' => 'dark',
             );
     apps:
       # Basics
-- 
GitLab