From 47768c6761839105f17ac63d5a2946b4b3b42671 Mon Sep 17 00:00:00 2001 From: Scrublord MacBad Date: Wed, 22 Apr 2026 13:36:27 +0200 Subject: [PATCH] revert: restore original Element Web config structure --- .../custom-configs/element-values.yaml | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/apps/production/custom-configs/element-values.yaml b/apps/production/custom-configs/element-values.yaml index eb31389..ede1444 100644 --- a/apps/production/custom-configs/element-values.yaml +++ b/apps/production/custom-configs/element-values.yaml @@ -6,14 +6,22 @@ metadata: data: values.yaml: | elementWeb: - config: - brand: "aXion1337.Chat" - default_theme: "aXion1337 Dark" - setting_defaults: - custom_themes: - - name: "aXion1337 Dark" - is_dark: true - colors: - accent-color: "#ffaf0f" - primary-color: "#ffaf0f" - secondary-color: "#ffaf0f" \ No newline at end of file + additional: + config.json: | + { + "brand": "aXion1337.Chat", + "default_theme": "aXion1337 Dark", + "setting_defaults": { + "custom_themes": [ + { + "name": "aXion1337 Dark", + "is_dark": true, + "colors": { + "accent-color": "#ffaf0f", + "primary-color": "#ffaf0f", + "secondary-color": "#ffaf0f" + } + } + ] + } + } \ No newline at end of file