Add support for custom background colors

This commit is contained in:
nuttylmao
2025-03-27 04:27:47 +11:00
parent 8774d44397
commit 93caa5b36d
4 changed files with 44 additions and 3 deletions
+19
View File
@@ -74,6 +74,25 @@
"defaultValue": 18,
"group": "Appearance"
},
{
"id": "background",
"label": "Background",
"description": "",
"type": "color",
"defaultValue": "#000000",
"group": "Appearance"
},
{
"id": "opacity",
"label": "Background Opacity",
"description": "",
"type": "number",
"defaultValue": "0.85",
"min": 0,
"max": 1,
"step": ".01",
"group": "Appearance"
},
{
"id": "hideAfter",
"label": "Hide After",