562fd85ca2
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
7 lines
103 B
JSON
7 lines
103 B
JSON
{
|
|
"icons": [ "test" ],
|
|
"defaults": {
|
|
"prefix": "default-prefix",
|
|
"suffix": "default-suffix"
|
|
}
|
|
}
|