pyxelr / dark-google-calendar

Dark theme for Google Calendar.
MIT License
143 stars 18 forks source link

Text color for "show more" is not changed on month view; continuing tasks triangles are inverted #23

Open MMachado05 opened 3 months ago

MMachado05 commented 3 months ago

Here is a day in month view where there are more tasks than visible: image

Here, in dark mode, you can see that the "3 more" color has not changed, and is nearly invisible: image

Next, here is the card that shows when that option is clicked, showing arrows in directions where a given task continues through various days: image

Here is that same card in dark mode, where the triangles are seemingly inverted: image

pyxelr commented 3 months ago

Thanks for reporting it.

Regarding the colour visibility issue, it's challenging to address, particularly because even in light mode, certain colors (e.g., #fffcfc) are almost imperceptible.

As for the issue with the invisible triangle, I recognize the problem and am currently trying to find a solution. Any suggestions or assistance in this matter would be greatly appreciated.

MMachado05 commented 3 months ago

I saw you mentioned in another open issue that the way the style works is by inverting everything; could the directionality of the triangles somehow be getting caught in that? Maybe it can be ignored?

And to relate directly to #19, could this also be applied for events and tasks? I haven't perused the CSS personally, so maybe that's not an actionable idea, but perhaps it could be an idea to entertain.

Edit: Perhaps you could look at this other style that seems to work in this area? https://userstyles.world/style/7051/google-calendar-dark-theme

pyxelr commented 3 months ago

This style inverts everything and then fixes a couple of things. Thanks to it, the style does not require as much maintenance and usually withstands the time. I have searched for an option to ignore inverting some things in CSS, but I think the only possibility is to re-invert them.

The style you linked seems to be broken, at least on my end.

I will ponder how to improve certain things in this style, although, I cannot promise much, especially since CSS is not the area of my professional focus.