Git Product home page Git Product logo

Comments (28)

pheraph avatar pheraph commented on June 14, 2024 1

Yes, that is the same fix that I put on the zip. Since you're on MacOs, could you try to fix the background issue in the calendar (see screenshot)? It's very difficult for me to debug the theme without a mac =(

This fixed it for me:

#mini-day-box, #mini-day-box hbox {
  background: #3c3b37 !important;
}

fix

from monterail-dark.

mactizzle avatar mactizzle commented on June 14, 2024 1

That did it, great work once again!

calendar

from monterail-dark.

mactizzle avatar mactizzle commented on June 14, 2024 1

Okay, I have been updated the chrome.zip file in the previous comment, let's wait benmcnix for a feedback. Thanks for your help!

I saw you posted that right before I last commented...
I cleared out the change from userChrome.css, and reinstalled the zip from your previous post and it looks the same as my last post.

from monterail-dark.

conema avatar conema commented on June 14, 2024

Yep, with the new update the dark theme is applied to lightning too. Do you have the same issue with the activity tab on the right?

immagine

from monterail-dark.

mactizzle avatar mactizzle commented on June 14, 2024

Yes I do. The Events view shows the date with white letters on a light gray:
calendar_and_1_reminder

And the Tasks view has a similar white on white problem as the calendar list:
calendar_and_1_reminder

from monterail-dark.

conema avatar conema commented on June 14, 2024

Could you tell me if this resolve the issues with the light background in menus?
Installation is like the last time, sorry for the delay, but I'm really busy these days!
chrome.zip

from monterail-dark.

pheraph avatar pheraph commented on June 14, 2024

I fixed this problem via userchrome.css with this naive approach:

#calendar-task-tree-detail treechildren::-moz-tree-row(odd),
#calendar-list-tree-widget treechildren::-moz-tree-row(odd) {
  background: #3c3b37 !important;
}

#calendar-task-tree-detail treechildren::-moz-tree-row(even),
#calendar-list-tree-widget treechildren::-moz-tree-row(even) {
  background: #3c3b37 !important;
}

from monterail-dark.

conema avatar conema commented on June 14, 2024

I fixed this problem via userchrome.css with this naive approach

Yes, that is the same fix that I put on the zip. Since you're on MacOs, could you try to fix the background issue in the calendar (see screenshot)? It's very difficult for me to debug the theme without a mac =(

immagine

from monterail-dark.

mactizzle avatar mactizzle commented on June 14, 2024

Sorry for taking a while to respond, busy over here too...

That worked - awesome job again!

calendar

I'm fine with the white on light gray because it's still usable, but if you want to change it I'd be happy to test:
calendar

from monterail-dark.

conema avatar conema commented on June 14, 2024

Let me know if this works: chrome.zip

from monterail-dark.

mactizzle avatar mactizzle commented on June 14, 2024

Partially... The New Event bar is good, so just the bar above:
calendar

from monterail-dark.

conema avatar conema commented on June 14, 2024

#mini-day-box hbox was missing, thanks!

@benmcnix could you test this?

chrome.zip

from monterail-dark.

mactizzle avatar mactizzle commented on June 14, 2024

Yes, that is the same fix that I put on the zip. Since you're on MacOs, could you try to fix the background issue in the calendar (see screenshot)? It's very difficult for me to debug the theme without a mac =(

This fixed it for me:

#mini-day-box, #mini-day-box hbox {
  background: #3c3b37 !important;
}
fix

Thanks @pheraph !

from monterail-dark.

mactizzle avatar mactizzle commented on June 14, 2024

Sorry, I guess I didn't thoroughly test... when the window is active, everything looks great:
inbox_-_eastex_com

However, when I click something else outside Thunderbird, the New Event grays out:

inbox_-_eastex_com

from monterail-dark.

pheraph avatar pheraph commented on June 14, 2024

Fix:

#mini-day-box, #mini-day-box hbox, #agenda-toolbar {
   background: #3c3b37 !important;
}

#agenda-listbox {
  margin-top: 0 !important;
}

.today-subpane {
  margin-bottom: 0 !important;
}

What I don't understand is why the big today date isn't shown anymore.

from monterail-dark.

conema avatar conema commented on June 14, 2024

@pheraph Try using #mini-day-box > hbox and not #mini-day-box hbox

@benmcnix chrome.zip

(File was updated at 16.25CEST)

from monterail-dark.

pheraph avatar pheraph commented on June 14, 2024

@pheraph Try using #mini-day-box > hbox and not #mini-day-box hbox

I see, the text color got changed, too. Fix:

#mini-day-box > stack > hbox

from monterail-dark.

conema avatar conema commented on June 14, 2024

Okay, I have been updated the chrome.zip file in the previous comment, let's wait benmcnix for a feedback. Thanks for your help!

from monterail-dark.

mactizzle avatar mactizzle commented on June 14, 2024

I'm afraid that last chrome.zip reverted a couple things. Here's the window while active:
calendar
calendar

And here it is when Thunderbird is not active:
calendar
calendar

@pheraph Try using #mini-day-box > hbox and not #mini-day-box hbox

I see, the text color got changed, too. Fix:

#mini-day-box > stack > hbox

@pheraph
I'm sorry for my ignorance. I updated userChrome.css and it didn't seem to make a difference.

from monterail-dark.

mactizzle avatar mactizzle commented on June 14, 2024

Haha, seems our comments are overlapping. But yes, I re-downloaded the chrome.zip, and I just downloaded it again to make sure.

To be clear, until this point I've simply been installing chrome.zip over the current theme - I have not been removing your theme before installing the updated one. I will try that now.

from monterail-dark.

mactizzle avatar mactizzle commented on June 14, 2024

Completely removed MonterailDark, restarted, reinstalled, restarted... it still looks the same.
Honestly though, it's such a minor thing to be white/gray when the window is inactive that I wouldn't stress too much about it.

I can go back to this and it would still look 100x better than the stock theme.

#mini-day-box hbox was missing, thanks!

@benmcnix could you test this?

chrome.zip

from monterail-dark.

conema avatar conema commented on June 14, 2024

I don't want to bother you, buy me a mac :P
Let's try one last thing:
chrome.zip

from monterail-dark.

mactizzle avatar mactizzle commented on June 14, 2024

Active:
calendar

Inactive:
calendar

Your MBP with touchbar is in the mail!

from monterail-dark.

conema avatar conema commented on June 14, 2024

Try that (really last time 🤞, don't hate me):

chrome.zip

from monterail-dark.

mactizzle avatar mactizzle commented on June 14, 2024

Getting Close!

Active:
calendar

Inactive:
calendar

from monterail-dark.

conema avatar conema commented on June 14, 2024

Hope is the last to die 🙏

chrome.zip

from monterail-dark.

mactizzle avatar mactizzle commented on June 14, 2024

Winner winner chicken dinner!

Active:
calendar

Inactive:
calendar

Which color would you like me to send? :)
macbook_pro_-_google_search

Great work!

from monterail-dark.

conema avatar conema commented on June 14, 2024

Oh, finally 😵
Thanks for your time!

PS: darkgrey is better

from monterail-dark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.