Fix themes, fix tests

This commit is contained in:
Pieter Vander Vennet 2023-11-13 13:45:22 +01:00
parent 255347fc06
commit edf7dba9e3
16 changed files with 350 additions and 297 deletions

View file

@ -190,9 +190,11 @@
}
],
"allowSplit": true,
"pointRendering": [],
"pointRendering": null,
"lineRendering": [
{}
{
"color": "#ff0"
}
]
},
{
@ -347,9 +349,19 @@
}
],
"allowSplit": true,
"pointRendering": [],
"pointRendering": null,
"lineRendering": [
{}
{
"color": {
"render": "#a9a9a9",
"mappings": [
{
"if": "lit=no",
"then": "#303030"
}
]
}
}
]
}
]