move / refactor json schemas for color themes
This commit is contained in:
parent
209f163ec3
commit
082e276c7c
@ -60,6 +60,14 @@
|
|||||||
"$ref": "#/definitions/css_color",
|
"$ref": "#/definitions/css_color",
|
||||||
"description": "The color of hyperlinks that have been previously visited"
|
"description": "The color of hyperlinks that have been previously visited"
|
||||||
},
|
},
|
||||||
|
"bg_qrcode": {
|
||||||
|
"$ref": "#/definitions/css_color",
|
||||||
|
"description": "The background color (i.e. typically white) of rendered QR codes\n"
|
||||||
|
},
|
||||||
|
"stroke_qrcode": {
|
||||||
|
"$ref": "#/definitions/css_color",
|
||||||
|
"description": "The stroke color (i.e. typically black) of rendered QR codes\n"
|
||||||
|
},
|
||||||
"text_highlight": {
|
"text_highlight": {
|
||||||
"$ref": "#/definitions/css_color",
|
"$ref": "#/definitions/css_color",
|
||||||
"description": "The color of text highlighted using the <mark>text</mark> tag (or by using ==text== in markdown)\n"
|
"description": "The color of text highlighted using the <mark>text</mark> tag (or by using ==text== in markdown)\n"
|
@ -74,6 +74,16 @@ properties:
|
|||||||
$ref: "#/definitions/css_color"
|
$ref: "#/definitions/css_color"
|
||||||
description: The color of hyperlinks that have been previously visited
|
description: The color of hyperlinks that have been previously visited
|
||||||
|
|
||||||
|
# QR Codes
|
||||||
|
bg_qrcode:
|
||||||
|
$ref: "#/definitions/css_color"
|
||||||
|
description: >
|
||||||
|
The background color (i.e. typically white) of rendered QR codes
|
||||||
|
stroke_qrcode:
|
||||||
|
$ref: "#/definitions/css_color"
|
||||||
|
description: >
|
||||||
|
The stroke color (i.e. typically black) of rendered QR codes
|
||||||
|
|
||||||
# Text Highlighted with <mark>
|
# Text Highlighted with <mark>
|
||||||
text_highlight:
|
text_highlight:
|
||||||
$ref: "#/definitions/css_color"
|
$ref: "#/definitions/css_color"
|
Loading…
x
Reference in New Issue
Block a user