json schema updates
This commit is contained in:
@@ -48,6 +48,9 @@
|
||||
"text_light": {
|
||||
"$ref": "#/definitions/css_color"
|
||||
},
|
||||
"text_accent": {
|
||||
"$ref": "#/definitions/css_color"
|
||||
},
|
||||
"text_link": {
|
||||
"$ref": "#/definitions/css_color",
|
||||
"description": "The default color of hyperlinks"
|
||||
|
@@ -64,6 +64,9 @@ properties:
|
||||
text_light:
|
||||
$ref: "#/definitions/css_color"
|
||||
# todo: description
|
||||
text_accent:
|
||||
$ref: "#/definitions/css_color"
|
||||
# todo: description
|
||||
text_link:
|
||||
$ref: "#/definitions/css_color"
|
||||
description: The default color of hyperlinks
|
||||
|
Reference in New Issue
Block a user