mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Add support for custom background colors
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user