Allow extensions to specify a different icon for dark themes
Categories
(WebExtensions :: General, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: gregp, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [wecg][design-decision-approved][addons-jira])
Attachments
(1 file)
(deleted),
image/png
|
Details |
As far as I know, the Unified Extensions Button is the first themed panel to make prominent use of icons
. Unfortunately, many extensions fail to provide icons that will have ideal contrast in both light and dark themes. To remedy this problem, I propose that we add something like a dark_icons
key to manifest.json
Comment 1•2 years ago
|
||
Extensions with a custom button can already specify theme_icons (introduced in bug 1329242).
There is not a way to specify an icon for dark themes, but a standardized way to do that would be welcome.
FWIW, there is a discussion on customizing the icons for dark themes at https://github.com/w3c/webextensions/issues/229 .
The discussion seems to have been narrowed towards extension action button icons instead of the extension icon itself, but I wouldn't mind revisiting the discussion to cover extension icons in general.
Updated•2 years ago
|
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
We are going to fix this bug, see also: https://github.com/w3c/webextensions/issues/229#issuecomment-1418903935
Updated•2 years ago
|
Description
•