Understand extendable themes
Color schemes and Sizing options
Defining a new theme
{
"themes": [
{
"name": "admin",
"colors": {
"system": {
"primary": "crimson"
},
"custom": {
"admin-icon-color": "#546e7a"
}
}
}
]
}Extending a theme
Last updated