How to enable dark mode only in toolbars?

User Help for Mozilla Firefox
Post Reply
blenkarnie
Posts: 6
Joined: December 8th, 2021, 1:13 am

How to enable dark mode only in toolbars?

Post by blenkarnie »

Hi,
Somehow managed to change my toolbars to white accidentally. I don't want dark mode on the rest of the screen only the toolbars. How do I reset this? Thank you.
User avatar
xanthon
Posts: 410
Joined: December 17th, 2005, 11:55 pm

Re: How to enable dark mode only in toolbars?

Post by xanthon »

That seems to be governed invariably by a theme. Show Add-ons and Themes (ctl+shft+a) and select Themes in the left panel.
blenkarnie
Posts: 6
Joined: December 8th, 2021, 1:13 am

Re: How to enable dark mode only in toolbars?

Post by blenkarnie »

Thank you xanthon. Unfortunatly it is not a theme issue and I did look at all the themes. It is a firefox intervention that changed only the top toolbar from black to white.
morat
Posts: 6421
Joined: February 3rd, 2009, 6:29 pm

Re: How to enable dark mode only in toolbars?

Post by morat »

Does the same thing occur if you start the program in Mozilla Troubleshoot Mode?

http://support.mozilla.org/kb/diagnose- ... shoot-mode
User avatar
xanthon
Posts: 410
Joined: December 17th, 2005, 11:55 pm

Re: How to enable dark mode only in toolbars?

Post by xanthon »

deleted
blenkarnie
Posts: 6
Joined: December 8th, 2021, 1:13 am

Re: How to enable dark mode only in toolbars?

Post by blenkarnie »

morat wrote:Does the same thing occur if you start the program in Mozilla Troubleshoot Mode?

http://support.mozilla.org/kb/diagnose- ... shoot-mode
Thank you again xanthon, I'll just put that on hold until I see my computer engineer, he tells me its an unintended consequence of clumsy firefox programming meddling and he will sort it out next visit.
blenkarnie
Posts: 6
Joined: December 8th, 2021, 1:13 am

Re: How to enable dark mode only in toolbars?

Post by blenkarnie »

Its above my tech comprehension to do this but I think this might be what my computer engineer is going to do to solve the issue:
https://www.askvg.com/tip-how-to-change ... a-firefox/
rgh43
Posts: 240
Joined: February 21st, 2009, 3:27 pm
Location: Pacific NW near Mt Ranier

Re: How to enable dark mode only in toolbars?

Post by rgh43 »

I wanted to see how it would look so I tried it but I end up with the whole page dark so I switched back. I would like to see what the toolbar would look like dark but not the main part of the page.
limp
Posts: 215
Joined: September 3rd, 2008, 4:26 pm

Re: How to enable dark mode only in toolbars?

Post by limp »

If you create a userChrome.css file, this code will darken the toolbars.

Code: Select all

* Toolbar background and text color */

   .browser-toolbar
     { background-color: #000 !important;
       color: #ddd !important; }
rgh43
Posts: 240
Joined: February 21st, 2009, 3:27 pm
Location: Pacific NW near Mt Ranier

Re: How to enable dark mode only in toolbars?

Post by rgh43 »

Thank you I will give that a try.
blenkarnie
Posts: 6
Joined: December 8th, 2021, 1:13 am

Re: How to enable dark mode only in toolbars?

Post by blenkarnie »

rgh43 wrote:I wanted to see how it would look so I tried it but I end up with the whole page dark so I switched back. I would like to see what the toolbar would look like dark but not the main part of the page.
Mine were black and my page white but overnight firefox did some intervention. Can't understand why the toolbar color is not in the toolbar menu or even in the Themes list. Really looks bad when viewing a page now with the glaring white, already too large upper toolbars.
blenkarnie
Posts: 6
Joined: December 8th, 2021, 1:13 am

Re: How to enable dark mode only in toolbars?

Post by blenkarnie »

limp wrote:If you create a userChrome.css file, this code will darken the toolbars.

Code: Select all

* Toolbar background and text color */

   .browser-toolbar
     { background-color: #000 !important;
       color: #ddd !important; }
Thanks limp, but I don't have Chrome and don't ever want it.
User avatar
dickvl
Posts: 54161
Joined: July 18th, 2005, 3:25 am

Re: How to enable dark mode only in toolbars?

Post by dickvl »

Do not get confused about 'Chrome' in the userChrome.css filname.
This has nothing to do with Google Chrome and this file existed long ago before GC got released.

More info about userContent.css and userChrome.css in case you are not familiar:
https://www.userchrome.org/what-is-userchrome-css.html
Post Reply