mirror of
https://github.com/wavetermdev/waveterm
synced 2026-04-21 22:47:16 +00:00
46 lines
No EOL
1.2 KiB
JSON
46 lines
No EOL
1.2 KiB
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$defs": {
|
|
"BgPresetsType": {
|
|
"properties": {
|
|
"bg:*": {
|
|
"type": "boolean"
|
|
},
|
|
"bg": {
|
|
"type": "string",
|
|
"description": "CSS background property value"
|
|
},
|
|
"bg:opacity": {
|
|
"type": "number",
|
|
"description": "Background opacity (0.0-1.0)"
|
|
},
|
|
"bg:blendmode": {
|
|
"type": "string",
|
|
"description": "CSS background-blend-mode property value"
|
|
},
|
|
"bg:bordercolor": {
|
|
"type": "string",
|
|
"description": "Block frame border color"
|
|
},
|
|
"bg:activebordercolor": {
|
|
"type": "string",
|
|
"description": "Block frame focused border color"
|
|
},
|
|
"display:name": {
|
|
"type": "string",
|
|
"description": "The name shown in the context menu"
|
|
},
|
|
"display:order": {
|
|
"type": "number",
|
|
"description": "Determines the order of the background in the context menu"
|
|
}
|
|
},
|
|
"additionalProperties": false,
|
|
"type": "object"
|
|
}
|
|
},
|
|
"additionalProperties": {
|
|
"$ref": "#/$defs/BgPresetsType"
|
|
},
|
|
"type": "object"
|
|
} |