easonwong-de / Adaptive-Tab-Bar-Colour

Changes the colour of Firefox tab bar to match the website theme.
https://addons.mozilla.org/firefox/addon/adaptive-tab-bar-colour/
MIT License
310 stars 11 forks source link

Ability to only add color to URL bar or tab bar. #78

Closed TwisterMc closed 1 week ago

TwisterMc commented 3 months ago

This is a great add-on. I was wondering if we could add the ability to ignore parts of the interface. Possibly a checkbox in each customization section that you can toggle on and off. That way I could only add the color to the URL bar. Or only add color to the Tab Bar.

easonwong-de commented 1 week ago

I suggest using a custom CSS theme. For example, if you don’t want the colour of the URL bar being changed, you can add

#urlbar-background {
    background-color: var(--a-colour) !important;
}

to the CSS theme.