Showing questions for topic:
  • Themes

Themes Affecting Bookmarks & Sidebar

Hi - I love the themes available in Firefox. However, some themes I use change my Bookmarks section to "dark". I assume that is by design. However, is there any settin… (Lesen Sie mehr)

Hi - I love the themes available in Firefox. However, some themes I use change my Bookmarks section to "dark". I assume that is by design. However, is there any setting in themes that will enable the Bookmarks section to stay on a light setting? If not, may I please submit this as feedback for a future suggestion? Also, the themes affect the look of part of the new sidebar. I would also like to submit as feedback this issue. Thanks in advance for any help!

Offen 1

Your themes aren't working right and for some reason the bookmarks sidebar has gone dark. The toolbar up top loses the icons for back space, forward, home, and refresh and I constantly have to re enable the theme. Are you going to be fixing this issue?

Your themes aren't working right and for some reason the bookmarks sidebar has gone dark, and MY theme which I created is no longer available. The toolbar up top loses th… (Lesen Sie mehr)

Your themes aren't working right and for some reason the bookmarks sidebar has gone dark, and MY theme which I created is no longer available. The toolbar up top loses the icons for back space, forward, home, and refresh and I constantly have to re enable the theme to make them reappear. This is getting tiresome and needs fixing.

Offen 1 22

Star field browser theme is blinking and my computer has slowed down considerably.

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… (Lesen Sie mehr)

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

Offen 9

Help with THEME after changes in FF 150.0

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… (Lesen Sie mehr)

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.

Gesperrt 1 27

Add-on blocked for violating Mozzila's policies

An Add-on (a theme) I've been using, Graphite Grace by compilan, has been removed with the following message: "This add-on is blocked for violating Mozzila's policies and… (Lesen Sie mehr)

An Add-on (a theme) I've been using, Graphite Grace by compilan, has been removed with the following message:

"This add-on is blocked for violating Mozzila's policies and has been disabled".

As a user, I feel I have the right to know what policies were violated, and whether the add-on was indeed malicious as well as what data may have been compromised. Where can I get that information?

Gelöst 5 99

Themes remaining disabled after updating despite trying the advice given on the community forum.

Hi! I updated my browser and ever since then I can't re-enable any of my themes. Even when they say "Enabled", nothing happens. The only ones that work are the light and… (Lesen Sie mehr)

Hi! I updated my browser and ever since then I can't re-enable any of my themes. Even when they say "Enabled", nothing happens. The only ones that work are the light and dark theme as well as another one of the Firefox themes. I tried going on the users' pages and downloading them again, and also tried downloading new ones. Neither of these things worked. I am basically just asking how to re-enable my themes and extensions so that I can customize my browser. Thank you! :)

Offen 45

Why doesn't my theme stay on all my tabs when opened, they used to!

It used to be when I would choose a theme that when a new tab or window opened that the theme was there. It hasn't been doing even with themes that I have used previously… (Lesen Sie mehr)

It used to be when I would choose a theme that when a new tab or window opened that the theme was there. It hasn't been doing even with themes that I have used previously.

What is causing this?

Looking forward to your response. Thank you in advance, May Hughart

Offen 54

Themes for 5120x1440 Resolution

Hello! Have a quick question concerning Firefox Themes. I have a rather large monitor (5120x1440). When I download a theme, the left quarter of the theme is a solid col… (Lesen Sie mehr)

Hello! Have a quick question concerning Firefox Themes. I have a rather large monitor (5120x1440). When I download a theme, the left quarter of the theme is a solid color (not theme related), see attached screenshot. Is this because the theme was made for small resolution? Can I increase the resolution on the downloaded theme? Thanks! Grateful Firefox user - Jeff

Offen 90

How can I keep individiual themes on my laptops which are synced?

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… (Lesen Sie mehr)

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?

Offen 1 117

Theme turns off when I log in on school computer

I have a custom theme enabled on my browser. Every time I log into Firefox on a shared university computer my theme is turned off for that desktop aswell as my personal l… (Lesen Sie mehr)

I have a custom theme enabled on my browser. Every time I log into Firefox on a shared university computer my theme is turned off for that desktop aswell as my personal laptop. I have to manually enable it on my personal devises again each time after using school computers. Is there a way to prevent this?

Offen 1 144

Animated themes ramp up the ram usage if I minimize firefox.

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 … (Lesen Sie mehr)

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.

Gelöst 1 252

latest firefox installation no themes displayed

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 … (Lesen Sie mehr)

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

Offen 1 333

Contrast + Theme Add-on change

As of 12/9/25, Firefox seems to now prevent Theme add-ons from working if there is a contrast setting configured in Windows configuration. (Version 146.0) Previously, thi… (Lesen Sie mehr)

As of 12/9/25, Firefox seems to now prevent Theme add-ons from working if there is a contrast setting configured in Windows configuration. (Version 146.0) Previously, this allowed a very aesthetically pleasing view. I would greatly enjoy having that option again. Thank you.

Offen 4 198

Theme submittion

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… (Lesen Sie mehr)

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)

Gelöst 1 191

Add-ons Manager keep sorting Themes after chenge choice

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… (Lesen Sie mehr)

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

Archiviert 1 117

can't access installed themes

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… (Lesen Sie mehr)

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.

Gelöst Archiviert 1 180

add ons and safety

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… (Lesen Sie mehr)

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

Archiviert 1 226