From 5ce34bec91eb7c82e3682d33c394735ebfc658a4 Mon Sep 17 00:00:00 2001 From: Jack Case Date: Sun, 23 Nov 2025 14:21:16 +0000 Subject: [PATCH] theme_icons works, it's just the opposite of what I thought. --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 832b261..8ee3e78 100644 --- a/manifest.json +++ b/manifest.json @@ -21,13 +21,13 @@ "default_area": "navbar", "theme_icons": [ { - "dark": "icons/virus_white_16.png", - "light": "icons/virus_black_16.png", + "dark": "icons/virus_black_16.png", + "light": "icons/virus_white_16.png", "size": 16 }, { - "dark": "icons/virus_white_32.png", - "light": "icons/virus_black_32.png", + "dark": "icons/virus_black_32.png", + "light": "icons/virus_white_32.png", "size": 32 } ]