Refactoring: further cleanup of the themes

This commit is contained in:
Pieter Vander Vennet 2023-06-20 03:14:18 +02:00
parent 2f5091a8cb
commit e86f7d863e
86 changed files with 230 additions and 579 deletions

View file

@ -522,9 +522,7 @@
],
"mapRendering": [
{
"icon": {
"render": "circle:#ffffff;./assets/themes/bookcases/bookcase.svg"
},
"icon": "circle:#ffffff;./assets/themes/bookcases/bookcase.svg",
"label": {
"mappings": [
{
@ -539,12 +537,8 @@
]
},
{
"color": {
"render": "#0000ff"
},
"width": {
"render": "8"
}
"color": "#0000ff",
"width": "8"
}
]
}