Showing questions for topic:
  • Themes

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… (read more)

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.

Locked 1 1 12

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… (read more)

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?

Solved 5 20

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 … (read more)

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.

Solved 1 236

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… (read more)

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)

Solved 1 90

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… (read more)

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.

Solved 1 120