revert: restore original Element Web config structure

This commit is contained in:
Scrublord MacBad 2026-04-22 13:36:27 +02:00
parent 361f02eddb
commit 47768c6761

View File

@ -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"
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"
}
}
]
}
}