This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Description
If a user uses a dark theme icons are not visible. What icons are used is specified by the following structure:
"theme_icons": [{
"light": "icons/geo-16-light.png",
"dark": "icons/geo-16.png",
"size": 16
}, {
"light": "icons/geo-32-light.png",
"dark": "icons/geo-32.png",
"size": 32
}]