mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-05-02 22:07:01 +02:00
Remove retired theme aliases (#430)
* Remove required theme aliases Replaced uses of headerURL, accentcolor, and textcolor with theme_frame, frame, and tab_background_text. Tested and confirmed all extensions working as expected. * Fixed another reference to headerURL Co-authored-by: Richard Bloor <rbloor@atlassian.com>
This commit is contained in:
@@ -10,6 +10,6 @@ How to use the browser.theme.getCurrent(), browser.theme.onUpdated and the sideb
|
||||
|
||||
## Instructions to try this
|
||||
|
||||
- Install a WebExtension theme that sets `accentcolor`, `toolbar` or `toolbar_text`
|
||||
- Install a WebExtension theme that sets `frame`, `toolbar` or `toolbar_text`
|
||||
- Install this extension
|
||||
- The sidebar should then use colors from the WebExtension theme
|
||||
Reference in New Issue
Block a user