From 59eb11d029138a6d09820c6d90149d880127f2cc Mon Sep 17 00:00:00 2001 From: Scrublord MacBad Date: Wed, 22 Apr 2026 01:20:01 +0200 Subject: [PATCH] fix element values --- apps/production/custom-configs/element-values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/production/custom-configs/element-values.yaml b/apps/production/custom-configs/element-values.yaml index f4678c5..ede1444 100644 --- a/apps/production/custom-configs/element-values.yaml +++ b/apps/production/custom-configs/element-values.yaml @@ -17,8 +17,9 @@ data: "name": "aXion1337 Dark", "is_dark": true, "colors": { - "accent-color": "#ffaf0f" - // Deine restlichen Theme-Farben hier... + "accent-color": "#ffaf0f", + "primary-color": "#ffaf0f", + "secondary-color": "#ffaf0f" } } ]