diff --git a/json-schema/color-theme/v1.json b/json-schema/color-theme/v1.json index de49001..e88dc3b 100644 --- a/json-schema/color-theme/v1.json +++ b/json-schema/color-theme/v1.json @@ -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": { diff --git a/json-schema/color-theme/v1.yaml b/json-schema/color-theme/v1.yaml index 8c43a11..4023ae4 100644 --- a/json-schema/color-theme/v1.yaml +++ b/json-schema/color-theme/v1.yaml @@ -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: