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

This commit is contained in:
James Brumond 2022-12-17 18:25:04 -08:00
parent d000c17f67
commit 63586415d5
Signed by: james
GPG Key ID: 24BA25B8B303B023
2 changed files with 32 additions and 2 deletions

View File

@ -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": {

View File

@ -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: