split accent colors into text/line and safe/warn/danger

This commit is contained in:
2022-12-17 18:25:04 -08:00
parent d000c17f67
commit 63586415d5
2 changed files with 32 additions and 2 deletions

View File

@@ -37,6 +37,15 @@
"line": { "line": {
"$ref": "#/definitions/css_color" "$ref": "#/definitions/css_color"
}, },
"line_safe": {
"$ref": "#/definitions/css_color"
},
"line_warn": {
"$ref": "#/definitions/css_color"
},
"line_danger": {
"$ref": "#/definitions/css_color"
},
"text_heading": { "text_heading": {
"$ref": "#/definitions/css_color", "$ref": "#/definitions/css_color",
"description": "The color of heading text" "description": "The color of heading text"
@@ -48,7 +57,13 @@
"text_light": { "text_light": {
"$ref": "#/definitions/css_color" "$ref": "#/definitions/css_color"
}, },
"text_accent": { "text_safe": {
"$ref": "#/definitions/css_color"
},
"text_warn": {
"$ref": "#/definitions/css_color"
},
"text_danger": {
"$ref": "#/definitions/css_color" "$ref": "#/definitions/css_color"
}, },
"text_link": { "text_link": {

View File

@@ -53,6 +53,15 @@ properties:
line: line:
$ref: "#/definitions/css_color" $ref: "#/definitions/css_color"
# todo: description # 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 # Main Content Text Colors
text_heading: text_heading:
@@ -64,7 +73,13 @@ properties:
text_light: text_light:
$ref: "#/definitions/css_color" $ref: "#/definitions/css_color"
# todo: description # 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" $ref: "#/definitions/css_color"
# todo: description # todo: description
text_link: text_link: