eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

Integrate with current theme #249

Closed nt1m closed 6 years ago

nt1m commented 6 years ago

From 58 onwards, you can get the current theme properties:

https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/theme/getCurrent

https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/theme/onUpdated

Why is this useful ? Integrating with dynamic themes like VivaldiFox or Container Theme

A lot of people have expressed their wish to see VivaldiFox work with their favourite sidebar tabs add-on.

eoger commented 6 years ago

If someone wants to jump on that I'll be happy to review the patch.