themes do not remain once applied
tried the three recommended ways to change themes & none worked
tried the three recommended ways to change themes & none worked
I am running the latest Firefox [v. 150.0.1 (64-bit)] on Windows 11. --- Earlier today, Firefox told me that I needed to restart my computer, so I did. After the restart… (funda kabanzi)
I am running the latest Firefox [v. 150.0.1 (64-bit)] on Windows 11. --- Earlier today, Firefox told me that I needed to restart my computer, so I did. After the restart, my star field theme (may not be correct name) is blinking and my laptop is running considerably slower. Thought maybe I needed to reboot completely but it is still blinking on and off and my laptop is still running slowly. Why and what do I do about it? --- TIA, KBo
It won't let me add a theme
As above themes not working on latest version of firefox difficulty reading menu & tabs bar as light blue needs to be dark coloured Also have difficulty reading your … (funda kabanzi)
As above themes not working on latest version of firefox difficulty reading menu & tabs bar as light blue needs to be dark coloured
Also have difficulty reading your website because of white background will not work on dark mode retinopathy burn
Hello After update to FF 150.0 I have an issue I can't solve myself. My old theme that I was using for many, many years changed colours, because now frame colour correspo… (funda kabanzi)
Hello
After update to FF 150.0 I have an issue I can't solve myself. My old theme that I was using for many, many years changed colours, because now frame colour corresponds to whatever FF uses dark theme or light theme for some panels like bookmarks, bookmarks editor e.t.c ( I assume it). So if frame is dark all other elements switch to dark mode. I`m looking for a way to change it back to how it was before FF 150.0, meaning if frame is dark I want all rest element of FF to become light themed. For instance: in manifest.json if "frame": "rgb(31, 34, 60)", everything else turn dark if "frame": "rgb(131, 134, 160)", everything else turns light Default themes won't work for me ( v.bad eyesight ) Is there any entry I can add to manifest.json to get what I want? I mean: if "frame": "rgb(31, 34, 60)", I need everything to use LIGHT themed colours.
Hello! SECERITY: LOW, COSMETIC DESCR.: I love how many yhere are beautiful themes for ff. I Like to install any the I think is beautiful and keep enjoing all of them by s… (funda kabanzi)
Hello!
SECERITY: LOW, COSMETIC DESCR.: I love how many yhere are beautiful themes for ff. I Like to install any the I think is beautiful and keep enjoing all of them by switching them to see it on FF itself. Now - not aftyer every change of active theme, but after a few/scrooling the order of the Themes on list is re-sorted. It is a little trouble for me as I like to chnge/watch them afew times a day (like person who like to watch theirs clothes, how their look in that clothes, so they keep changing them and see how they look in the mirror). So Id like the list of themes to be fixed, so I can go throuh the whole list and make sure I didn't missed any of my installed themes. OK, I hope I manage to explain it. I'm 40+ yo soft dev. so you can ask me technicall questions. And also: a setting among about:config to change this list behavior whould be absolutely enough solution for me.
Best regards, Michał Dąbrowski
I’m at my wits’ end with this. Firefox keeps forcing a system-synced theme at launch, and it flat-out refuses to respect the settings I’ve configured — both in about:conf… (funda kabanzi)
I’m at my wits’ end with this. Firefox keeps forcing a system-synced theme at launch, and it flat-out refuses to respect the settings I’ve configured — both in about:config and via a custom user.js file.
Here’s what I’ve tried:
• Set layout.css.prefers-color-scheme.content-override to 0 in about:config → it reverts back to 2 after every restart.
• Created a user.js with user_pref("layout.css.prefers-color-scheme.content-override", 0); → completely ignored.
• Disabled all sync options, including themes.
• Verified that no active studies are interfering.
• Double-checked that I’m not syncing across devices.
• Tried applying a specific theme and setting it manually — still overridden at launch.
No matter what I do, Firefox insists on syncing the theme to the system’s dark/light setting. I want my browser theme independent from the OS — period.
Is there a deeper setting I’m missing? A hidden override? Some service that’s reapplying the system setting post-launch? This feels like Firefox is actively fighting me — and it's infuriating.
Would appreciate any insight or workaround. I just want full manual control over my theme. Why is that so hard?
Don't you have a darker theme? All this brightness hurts my eyes.
Je ne peux plus installer de thème dans les extensions Firefox . Cela ne fonctionne plus.
Turns out you cant use your own stuff until it is approved, Sorry for this question I am absolutely new to firefox workshop. Case closed (Please delete it because I could… (funda kabanzi)
Turns out you cant use your own stuff until it is approved, Sorry for this question I am absolutely new to firefox workshop. Case closed (Please delete it because I couldn't find how to do that)
What settings reloads existing open tabs after a restart"? Thanks.
I set a theme with https://addons.mozilla.org/en-US/fire.../firefox-color/(Firefox Color), I tried changing the theme in settings to light or dark but neither work. I'm w… (funda kabanzi)
I set a theme with https://addons.mozilla.org/en-US/fire.../firefox-color/(Firefox Color), I tried changing the theme in settings to light or dark but neither work. I'm wondering if there are other ways to do so in Firefox that I could try. I'm on zen browser which is why it may not have worked.
i am unable to see my installed themes and therefore can not use them. the only thing that i can see is "extensions" and "plugins". i looked online for a few hours and ha… (funda kabanzi)
i am unable to see my installed themes and therefore can not use them. the only thing that i can see is "extensions" and "plugins". i looked online for a few hours and have found no solutions that work.
Why do the themes take up 1/3 or more of my laptop screen?
I have installed an animated theme for my home page a while back, but recently if I minimize firefox the memory usage increases until it freezes my pc completely. I know … (funda kabanzi)
I have installed an animated theme for my home page a while back, but recently if I minimize firefox the memory usage increases until it freezes my pc completely. I know this issue has been reported as Bug 1828587 2 years ago and it is said that it is fixed, but here I am experiencing the same thing. I would appreciate any help since I am not that good at coding a css file. Here is my userContent.css code if maybe i set something up wrong:
@-moz-document url("about:newtab"), url("about:home"), url(about:privatebrowsing) {
/* Sets background image and autoscale image to browser window. */
body {
background-image: url("wallpapers/wallpaper.avif") !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-position-x: center !important;
background-position-y: bottom !important;
}
@-moz-document url("about:newtab"), url("about:home") {
.top-site-outer .title {
color: white !important;
}
.logo-and-wordmark .wordmark {
fill: white !important;
color: #00aaff !important; /* fallback for text */
}
.context-menu-button.icon {
fill: white !important; /* for SVG-based icons */
color: white !important; /* for any text-based fallback */
opacity: 1 !important; /* ensure visible even when normally dimmed */
}
}
The second part is to make some of the text on my homepage white so it is visible.
I installed an extension and I would like to go back to the default Theme that I have had since I started using Firefox. How do I return to the normal theme?
I have been using the them, Jesus is Lord for years. Suddenly when I open up the attach file box...it has changed colors and it is back on white. I can't do black backg… (funda kabanzi)
I have been using the them, Jesus is Lord for years. Suddenly when I open up the attach file box...it has changed colors and it is back on white. I can't do black background with white text. I tried changing it in several places with not avail. Can someone please explain why it suddenly changed colors on me and how to get the original white background with black type? Thanks, Carol
let my tabs be there until I close them. You take hours and days of work every time. I DO NOT APPRECIATE IT AT ALL
I have three laptops which are synced. One function I do not want to sync is my individual selection of themes. Every time I change the theme on one, the other two go b… (funda kabanzi)
I have three laptops which are synced. One function I do not want to sync is my individual selection of themes. Every time I change the theme on one, the other two go blank. In my sync settings I sync Settings and Add-ons. Do I need to disable one of these to correct the ongoing problem?
Hi, I rebooted Firefox today because a website was frozen, and when it came back, it was asking for a troubleshoot or just continue, and I don't know exactly what that me… (funda kabanzi)
Hi, I rebooted Firefox today because a website was frozen, and when it came back, it was asking for a troubleshoot or just continue, and I don't know exactly what that meant, but when I clicked on refresh, everything was changed, including the theme. And then when I tried to restore the theme back to the original it said, add-ons are disabled by safety, and I don't know what that means, and it's not explaining how to undo it. And now everything looks different and I'm not happy with it, and it's not really letting me add any other themes, and if I add them, they don't seem to fully load, the page still looks all white