add accent colors to themes
This commit is contained in:
@@ -156,6 +156,18 @@
|
||||
"icon_warning_indicator": {
|
||||
"$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": {
|
||||
"$ref": "#/definitions/css_color"
|
||||
},
|
||||
|
@@ -189,6 +189,20 @@ properties:
|
||||
$ref: "#/definitions/css_color"
|
||||
# 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
|
||||
chart_axis:
|
||||
$ref: "#/definitions/css_color"
|
||||
|
Reference in New Issue
Block a user