From 5c4e6669fee58b7981794a434c5d9c42679a7d52 Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Sat, 11 Apr 2026 15:18:11 +0200 Subject: [PATCH] Fix: Update theme JSON structure for audio and button settings --- theme/template.theme.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/theme/template.theme.json b/theme/template.theme.json index f867f2d..328615f 100644 --- a/theme/template.theme.json +++ b/theme/template.theme.json @@ -19,7 +19,7 @@ "text": { "default": "", "subtitle": "", - "mp3": "" + "audioOnly": "" } }, @@ -36,12 +36,13 @@ "background": "", "text": "", "hover": "" - } + }, + "pasteButtonIcon": "" }, "checkbox": { "background": { - "default": "", + "unchecked": "", "checked": "" }, "checkmarkBorder": "", @@ -52,6 +53,11 @@ "status": "" }, + "progressBar": { + "background": "", + "fill": "" + }, + "videoInfo": { "background": "", "text": "", @@ -72,8 +78,8 @@ "text": "" }, "background": { - "primary": "", - "secondary": "" + "modal": "", + "section": "" }, "text": "", "subtitle": ""