mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Toolbar icons that work in both light and dark modes.
https://bugs.torproject.org/31170#comment:8 I chose these icons for the "on" and "off" icons: toolbar_icon_purple.svg → toolbar-on.svg toolbar_icon_grey.svg → toolbar-off.svg I then made toolbar-running.svg by copying toolbar-off.svg and changing the stroke and fill from #4A4A4F to #40E0D0.
This commit is contained in:
parent
36815bd57b
commit
6ab50e32b9
11 changed files with 56 additions and 5 deletions
|
@ -10,7 +10,8 @@
|
|||
},
|
||||
"browser_action": {
|
||||
"default_icon": {
|
||||
"32": "assets/status-on.png"
|
||||
"48": "assets/toolbar-on-48.png",
|
||||
"96": "assets/toolbar-on-96.png"
|
||||
},
|
||||
"default_title": "Snowflake",
|
||||
"default_popup": "embed.html"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue