Showing questions tagged: Show all questions
  • Solved
  • Archived

TB Theme Customization -how to get Light theme and light tab text

My question: is there a way to force a light TB theme and use white tab background text color? I installed a theme add-on which I like except the associated dark theme. … (read more)

My question: is there a way to force a light TB theme and use white tab background text color?

I installed a theme add-on which I like except the associated dark theme. I want to use the theme image with a light TB theme but it appears the tab background text color determines the theme color (light or dark). This image has some darker colors and a light/white tab text looks the best, but this color seems to force a dark theme for the rest of TB (White text ->dark theme). If I change the manifest file to use a different tab background text color I can change the overall theme to light or dark. Using a darker or black tab background text color the theme changes to a light theme. Light tab background text color changes to a dark theme and darker tab background text colors forces a light them. I'm guessing there is a threshold 1/2 way between black and white text that will force the theme one way or another.

The articles I have read on this json file don't provide any examples and this is as far as I have been able to get. I'm new to both TB and modifying this json file. Any help would be appreciated

Asked by carlkmail 9 months ago

Answered by sfhowes 9 months ago

  • Solved
  • Archived

Little help! I would like to change part of the frame to a different color

Greetings! I downloaded a theme that I really like for Thunderbird, but I would like to ask for your help. I would like to change part of the frame to a different color … (read more)

Greetings!

I downloaded a theme that I really like for Thunderbird, but I would like to ask for your help. I would like to change part of the frame to a different color (similar to the one on the left), but I don't know how to do it. I am attaching a photo where I have circled the part I would like to change with red lines.

Thanks for your answers!

Igor

Asked by Bearded 8 months ago

Answered by Ed 8 months ago

  • Solved

Default program font appearance

Does anyone else have the issue where the interface just looks bad? It's like I'm using an old version of Microsoft office on a Windows 3.1 machine. I see in the settin… (read more)

Does anyone else have the issue where the interface just looks bad? It's like I'm using an old version of Microsoft office on a Windows 3.1 machine. I see in the settings I can change the font sizes for composing emails but how about the system interface? Others say "just download a theme" but could someone recommend one? This current font makes me want to delete this software and look for alternatives. I only checked out this software because Microsoft sucks. And I'm about ready to leave this one also.

Thunderbird version 142.0 (64-bit) Windows 11 build 26100.4652 Intel Core i5-9400F 32GB ram

Asked by eph320 5 months ago

Answered by ThundaMike 5 months ago

  • Solved

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)

Asked by Shtirlits147 1 month ago

Answered by James 1 month ago

  • Solved

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.

Asked by moonsharky 2 months ago

Answered by Mark 2 months ago

  • Solved

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.

Asked by nerindipe 6 hours ago

Answered by TyDraniu 6 hours ago