You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And when I change the description to grey, I have:
There could be two possible approaches to fix this:
Leave the time of the event to a neutral color independent of title and description.
Set the color of time of the event to the same as that of the title.
Additionally, if we choose to go with 1. above, maybe we can add a colors.event_time to allow for customizing the time of the event, independent of this issue.
I'd be happy to dig into the code and try fixing this if this sounds reasonable and we can decide what approach would be best. 🙂
The text was updated successfully, but these errors were encountered:
I think this is a left-over result. It used to be that "time" + ''title" = "description". But then "title" got the "highlights" capability and "time" got left behind. As such, colors.description only affects "time" now, I think.
I personally like "time" being a consistent colour: one colour for events that haven't happened yet, and another for events in the past (as is currently done for "time" + "title"). Having the future events colour be customizable sounds good.
I like your eventTime idea. That could be added in a backward-compatible manner by doing something like this in gcal/settings.go:57:
Color of description should not change the color of event time. This
commit uses the independent setting color.eventTime instead. This
defaults to "white" and is consistent with the current behaviour when
a value for colors.description is not set.
Fixeswtfutil#638
Color of description should not change the color of event time. This
commit uses the independent setting color.eventTime instead. This
defaults to "white" and is consistent with the current behaviour when
a value for colors.description is not set.
Fixeswtfutil#638
What's broken?
colors.description
in Google calendar changes colour of time in the event's title.For example, with the following configuration, where
title
isorange
anddescription
iswhite
:And when I change the description to
grey
, I have:There could be two possible approaches to fix this:
title
anddescription
.title
.Additionally, if we choose to go with
1.
above, maybe we can add acolors.event_time
to allow for customizing the time of the event, independent of this issue.I'd be happy to dig into the code and try fixing this if this sounds reasonable and we can decide what approach would be best. 🙂
The text was updated successfully, but these errors were encountered: