Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all areas of interface modified. #1

Open
wlepbc opened this issue Jul 20, 2023 · 3 comments
Open

Not all areas of interface modified. #1

wlepbc opened this issue Jul 20, 2023 · 3 comments

Comments

@wlepbc
Copy link

wlepbc commented Jul 20, 2023

Hi,

I'm using Thunderbird 115.0, MacOS Venture 13.4.1 on a MacBook Pro (Apple M2 Pro).

I downloaded your manifest.json, created an xpi and installed it into Thuinderbird, but didn't get the full effect that I can see in your screenshots. As you will see below, while the sidebar with Inbox etc changed to solarized much of the rest has kept my previous dark settings:
Screenshot 2023-07-20 at 14 08 22

I cropped this image to avoid having to smudge people's info, but I think this show what I'm talking about.

Cheers,
Ron.

@caos30
Copy link
Owner

caos30 commented Jul 20, 2023

I currently have Thunderbird version 102.13 installed, which is quite outdated compared to the newer 115.0 version you mentioned.

Moreover, I came across some information on the internet stating that Thunderbird is collaborating with the team behind the popular K-9 Android email app to create a fusion of both platforms. This indicates that there might be significant changes in future versions, potentially breaking compatibility with older versions. It's a bit disheartening to hear about this possible 'fatal' break with the past. 😞

@wlepbc
Copy link
Author

wlepbc commented Jul 21, 2023

Thanks for the reply. I might have a play locally and see if I can get any of those other blocks changed. When I've got some time, of course.

@ReillyBrogan
Copy link

image

I've been messing about a bit with userChrome.css and I think it should be possible to theme the rest of the UI (albeit in a much more fragile way that will likely break between updates unfortunately). I'm going to poke at it a bit more, but here's what I have so far:

userChrome.css:

#spacesToolbar {
    background-color: #001f28 !important;
}

#threadTree {
    background-color: #002b36 !important;
}

table[is="tree-view-table"] {
    background-color: #002b36 !important;
}

th[is="tree-view-table-header-cell"] {
    background-color: #002b36 !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants