theme_icons works, it's just the opposite of what I thought.

This commit is contained in:
Jack Case
2025-11-23 14:21:16 +00:00
parent 1f04a6227f
commit 5ce34bec91

View File

@@ -21,13 +21,13 @@
"default_area": "navbar", "default_area": "navbar",
"theme_icons": [ "theme_icons": [
{ {
"dark": "icons/virus_white_16.png", "dark": "icons/virus_black_16.png",
"light": "icons/virus_black_16.png", "light": "icons/virus_white_16.png",
"size": 16 "size": 16
}, },
{ {
"dark": "icons/virus_white_32.png", "dark": "icons/virus_black_32.png",
"light": "icons/virus_black_32.png", "light": "icons/virus_white_32.png",
"size": 32 "size": 32
} }
] ]