Addon to change URL bar color?

How can I write an addon to change the URL bar color? Is that even possible currently? (I don’t like the black firefox theme)

-> https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/theme/update
and you’d most likely want to set the toolbar_field color.

There are details on the available properties in the manifest article:

1 Like