Hi all,
my aim is to change the appearance of my Thunderbird.
Before version 68 that was possible with themes, but those themes are not working anymore.
So, as a simple a… (read more)
Hi all,
my aim is to change the appearance of my Thunderbird.
Before version 68 that was possible with themes, but those themes are not working anymore.
So, as a simple approach, consider, I want to have a light green color as the background color and black as a foreground color for the 3 main panes. Thus I changed the background color in Preferences/Display/Formatting/Colors/Background to #90ee90 (hereafter #XXXXXX). However, this only changes the background color of the mail-viewing pane. The other two are left as they were before.
Q1: How are the pane foreground and background colors for all panes supposed to be changed?
---
Then I read about the Webextensions on
https://developer.thunderbird.net/add-ons/examples/web-extension-themes#additional-color-properties
I tried the simple and the full example, and set tab_background_text to #XXXXXX, and theme_frame to one of my HD images. tab_background_text was the only one with a background in its name. Surprisingly, this changed the foreground color of the menus to #XXXXXX. The panes were left as they were before.
Q2: Is there a full list of the attribute names and their meanings?
Q3: What are the names of the pane foreground and background colors?
Q4: As someone not familiar with json, can you tell me what #XXX (other than #000 and #FFF) means. It looks like nibble color codes, but its not really explained somewhere.
Btw If you have an xpi, and you change the theme_frame image, and by chance, the image name in the manifest is incorrect, then Thunderbird still reuses the old image, even after a restart, and even if the complete add-on was removed before.
Q5: Is this the way it is supposed to be?
Thanks
Thomas