add accent colors to themes
This commit is contained in:
parent
63586415d5
commit
eb94c2e73c
@ -156,6 +156,18 @@
|
|||||||
"icon_warning_indicator": {
|
"icon_warning_indicator": {
|
||||||
"$ref": "#/definitions/css_color"
|
"$ref": "#/definitions/css_color"
|
||||||
},
|
},
|
||||||
|
"accent_info": {
|
||||||
|
"$ref": "#/definitions/css_color"
|
||||||
|
},
|
||||||
|
"accent_highlight": {
|
||||||
|
"$ref": "#/definitions/css_color"
|
||||||
|
},
|
||||||
|
"accent_warning": {
|
||||||
|
"$ref": "#/definitions/css_color"
|
||||||
|
},
|
||||||
|
"accent_problem": {
|
||||||
|
"$ref": "#/definitions/css_color"
|
||||||
|
},
|
||||||
"chart_axis": {
|
"chart_axis": {
|
||||||
"$ref": "#/definitions/css_color"
|
"$ref": "#/definitions/css_color"
|
||||||
},
|
},
|
||||||
|
@ -189,6 +189,20 @@ properties:
|
|||||||
$ref: "#/definitions/css_color"
|
$ref: "#/definitions/css_color"
|
||||||
# todo: description
|
# todo: description
|
||||||
|
|
||||||
|
# Semantic Accent Colors
|
||||||
|
accent_info:
|
||||||
|
$ref: "#/definitions/css_color"
|
||||||
|
# todo: description
|
||||||
|
accent_highlight:
|
||||||
|
$ref: "#/definitions/css_color"
|
||||||
|
# todo: description
|
||||||
|
accent_warning:
|
||||||
|
$ref: "#/definitions/css_color"
|
||||||
|
# todo: description
|
||||||
|
accent_problem:
|
||||||
|
$ref: "#/definitions/css_color"
|
||||||
|
# todo: description
|
||||||
|
|
||||||
# Charts
|
# Charts
|
||||||
chart_axis:
|
chart_axis:
|
||||||
$ref: "#/definitions/css_color"
|
$ref: "#/definitions/css_color"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user