xiaoxiaoflood / firefox-scripts

userChromeJS / autoconfig.js and extensions
Mozilla Public License 2.0
954 stars 83 forks source link

Status Bar text is dark on dark theme #126

Closed 1031982 closed 2 years ago

1031982 commented 2 years ago

So I prefer using the dark theme on Firefox, however I also prefer having web pages light. As such, I changed the configuration option in Firefox "layout.css.prefers-color-scheme.content-override" to 1. Now I have a dark theme with light pages, however the status bar is dark with dark text. Is there a way to get light text on the status bar so it's readable with this configuration?

1031982 commented 2 years ago

I figured it out! I changed the status text color line to the following and it's working perfectly!

color: #fff !important;