horst3180 / arc-firefox-theme

Arc Firefox Theme
Mozilla Public License 2.0
938 stars 48 forks source link

Switch Colors on Location and Tab Bars #101

Closed ghost closed 7 years ago

ghost commented 7 years ago

I have managed to make Firefox "feel" natural on GNOME, the only issue with the Arc Dark Theme is that I want to switch the colors on the Location Bar and the Tab Bar. Is there an easy way to do this?

screenshot from 2017-01-19 15-25-39

ghost commented 7 years ago

I managed to "fix" it through Classic Theme Restorer's custom css

urlbar-wrapper {

height: 36px !important; margin-bottom: -1px !important; }

urlbar {

margin-top: 5px !important; margin-bottom: 5px !important; background: #404552 !important; } .tabbrowser-tabs { background: #2f343f !important; } toolbar { background: #2f343f !important; }