(feat) add default color option for captions

Add "Default" option (white text on black background) for font and background.
This commit is contained in:
Cyril
2026-03-10 14:57:00 +01:00
committed by aleb_the_flash
parent 3e963e3e6d
commit ea1c90d8ca
7 changed files with 91 additions and 114 deletions
+11 -10
View File
@@ -130,28 +130,29 @@
"fontColor": {
"label": "Schriftfarbe",
"options": {
"default": "Standard",
"white": "Weiß",
"yellow": "Gelb",
"green": "Grün",
"cyan": "Cyan",
"black": "Schwarz",
"blue": "Blau",
"magenta": "Magenta",
"green": "Grün",
"red": "Rot",
"black": "Schwarz"
"yellow": "Gelb",
"cyan": "Cyan",
"magenta": "Magenta"
}
},
"backgroundColor": {
"label": "Hintergrundfarbe",
"options": {
"black": "Schwarz",
"default": "Standard",
"white": "Weiß",
"red": "Rot",
"green": "Grün",
"black": "Schwarz",
"blue": "Blau",
"green": "Grün",
"red": "Rot",
"yellow": "Gelb",
"cyan": "Cyan",
"magenta": "Magenta",
"transparent": "Transparent"
"magenta": "Magenta"
}
}
}