From d39ce5a3a04b449e9a3b780552eb0b664bc97ecc Mon Sep 17 00:00:00 2001 From: ScrublordMcBad Date: Sun, 10 May 2026 19:43:54 +0000 Subject: [PATCH] Feat: deactivate legacy calls --- .../custom-configs/element-values.yaml | 44 ++----------------- 1 file changed, 4 insertions(+), 40 deletions(-) diff --git a/apps/production/custom-configs/element-values.yaml b/apps/production/custom-configs/element-values.yaml index 6be7726..968c412 100644 --- a/apps/production/custom-configs/element-values.yaml +++ b/apps/production/custom-configs/element-values.yaml @@ -17,6 +17,9 @@ data: "feature_qr_code_login": true, "feature_new_room_list": false }, + "element_call": { + "use_exclusively": true + }, "setting_defaults": { "custom_themes": [ { @@ -181,43 +184,4 @@ data: "#b16286", "#689d6a", "#a89984", - "#d65d0e" - ], - "avatar-background-colors": ["#458588", "#b16286", "#689d6a"] - } - }, - { - "name": "Wal", - "is_dark": true, - "colors": { - "accent-color": "#888888", - "accent": "#888888", - "primary-color": "#4a90e2", - "warning-color": "#e74c3c", - "alert": "#e74c3c", - "sidebar-color": "#2b2d31", - "roomlist-background-color": "#e74c3c", - "roomlist-text-color": "#888888", - "roomlist-text-secondary-color": "#c0c0c0", - "roomlist-highlights-color": "#b8b8b8", - "roomlist-separator-color": "#5e81ac", - "timeline-background-color": "#2b2d31", - "timeline-text-color": "#888888", - "timeline-text-secondary-color": "#888888", - "timeline-highlights-color": "#e74c3c", - "username-colors": ["#22222a", "#e74c3c", "#b8bb26", "#fabd2f", "#4a90e2", "#b16286", "#8ec07c", "#ebdbb2"], - "avatar-background-colors": ["#fabd2f", "#4a90e2", "#b16286"], - "reaction-row-button-selected-bg-color": "#4a90e2", - "menu-selected-color": "#4a90e2", - "focus-bg-color": "#4a90e2", - "room-highlight-color": "#4a90e2", - "other-user-pill-bg-color": "#4a90e2", - "icon-button-color": "#8ec07c", - "togglesw-off-color": "#4a90e2", - "secondary-content": "#888888", - "tertiary-content": "#888888" - } - } - ] - } - } \ No newline at end of file + "#d65d0e" \ No newline at end of file