Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Add icons for dark theme #1

Open
onionltd opened this issue Feb 17, 2020 · 1 comment
Open

Add icons for dark theme #1

onionltd opened this issue Feb 17, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@onionltd
Copy link
Member

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
  }]
@onionltd onionltd added the enhancement New feature or request label Feb 17, 2020
@onionltd
Copy link
Member Author

I've adjusted a tone of existing icons and changed color of the neutral bird to gray blue. This somewhat fixes the issue, tested with the default dark theme in Tor Browser.

I'm going to leave it open on off chance someone comes along and complains about it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant