Current day Highlight
There should be visual indicator of current day. I often put dates into wrong week because current and future looks the same
-
secnetsys commented
? Current day is highlighted.
-
Larry commented
YES, maybe you can let us pick a Highlight Color -or- Add an Icon.
Something to make it really stick out! Right now as I look at Today's Date, it is the same color as some of my other calendar entries ... so it is a little lost in a sea right now. Thank you very much!
-
Anonymous commented
Yes, the current day should be highlighted!
At the moment, I'm fixing it by using "User CSS" plugin for Chrome/Brave with the following simple CSS code:
```
.calendar-monthgrid-day[aria-current=date] .calendar-monthgrid-day-number {
background: #657ee4;
color: white;
/* if you like, you can have the round shape on the day number */
/* border-radius: 100% */
}
```It's in line with Proton's theme and a very simple change for an effective result.
We are still waiting for Proton Team though, to make this small change in a "native" way.
-
Proton User commented
There were so many instances where I scheduled something for the wrong week because of this.
-
James Bridges commented
I agree. The current bold text is not enough to quickly locate the current date. A filled circle around the date, or a pronounced highlight around the date box, or anything more than what is currently used. Thanks.
-
Luis B. commented
Agreed. Even a solid blue dot with the number, something to make it stand out more.
-
Ivy commented
I agree. At least on WEB, the highlight only being the number is way to subtle for it to help me. Granted I use month view almost exclusively.