[core/theme] Add support for icon themes
Allow sub-themes ("iconsets") to be merged into the "main" theme. That way, effectively, it's possible to define colors and icons in separate JSON files. see #23
This commit is contained in:
parent
394ef61760
commit
562fd85ca2
5 changed files with 71 additions and 15 deletions
6
themes/icons/test.json
Normal file
6
themes/icons/test.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"test-widget": {
|
||||
"prefix": "widget-prefix",
|
||||
"suffix": "widget-suffix"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue