[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
7
themes/test.json
Normal file
7
themes/test.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"icons": [ "test" ],
|
||||
"defaults": {
|
||||
"prefix": "default-prefix",
|
||||
"suffix": "default-suffix"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue