split accent colors into text/line and safe/warn/danger
This commit is contained in:
parent
d000c17f67
commit
63586415d5
@ -37,6 +37,15 @@
|
||||
"line": {
|
||||
"$ref": "#/definitions/css_color"
|
||||
},
|
||||
"line_safe": {
|
||||
"$ref": "#/definitions/css_color"
|
||||
},
|
||||
"line_warn": {
|
||||
"$ref": "#/definitions/css_color"
|
||||
},
|
||||
"line_danger": {
|
||||
"$ref": "#/definitions/css_color"
|
||||
},
|
||||
"text_heading": {
|
||||
"$ref": "#/definitions/css_color",
|
||||
"description": "The color of heading text"
|
||||
@ -48,7 +57,13 @@
|
||||
"text_light": {
|
||||
"$ref": "#/definitions/css_color"
|
||||
},
|
||||
"text_accent": {
|
||||
"text_safe": {
|
||||
"$ref": "#/definitions/css_color"
|
||||
},
|
||||
"text_warn": {
|
||||
"$ref": "#/definitions/css_color"
|
||||
},
|
||||
"text_danger": {
|
||||
"$ref": "#/definitions/css_color"
|
||||
},
|
||||
"text_link": {
|
||||
|
@ -53,6 +53,15 @@ properties:
|
||||
line:
|
||||
$ref: "#/definitions/css_color"
|
||||
# todo: description
|
||||
line_safe:
|
||||
$ref: "#/definitions/css_color"
|
||||
# todo: description
|
||||
line_warn:
|
||||
$ref: "#/definitions/css_color"
|
||||
# todo: description
|
||||
line_danger:
|
||||
$ref: "#/definitions/css_color"
|
||||
# todo: description
|
||||
|
||||
# Main Content Text Colors
|
||||
text_heading:
|
||||
@ -64,7 +73,13 @@ properties:
|
||||
text_light:
|
||||
$ref: "#/definitions/css_color"
|
||||
# todo: description
|
||||
text_accent:
|
||||
text_safe:
|
||||
$ref: "#/definitions/css_color"
|
||||
# todo: description
|
||||
text_warn:
|
||||
$ref: "#/definitions/css_color"
|
||||
# todo: description
|
||||
text_danger:
|
||||
$ref: "#/definitions/css_color"
|
||||
# todo: description
|
||||
text_link:
|
||||
|
Loading…
x
Reference in New Issue
Block a user