[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:
Tobi-wan Kenobi 2016-12-08 12:09:21 +01:00
parent 394ef61760
commit 562fd85ca2
5 changed files with 71 additions and 15 deletions

7
themes/test.json Normal file
View file

@ -0,0 +1,7 @@
{
"icons": [ "test" ],
"defaults": {
"prefix": "default-prefix",
"suffix": "default-suffix"
}
}