After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 782052 - Today in mini-calendar not easy to distinguish from selected days
Today in mini-calendar not easy to distinguish from selected days
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
3.25.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2017-05-02 09:53 UTC by Hussam Al-Tayeb
Modified: 2017-05-30 13:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Notice the 2 is highlighted in the same shade of blue as the month. (17.68 KB, image/png)
2017-05-02 09:53 UTC, Hussam Al-Tayeb
Details

Description Hussam Al-Tayeb 2017-05-02 09:53:26 UTC
Created attachment 350854 [details]
Notice the 2 is highlighted in the same shade of blue as the month.

"today" highlight is not easy to distinguish from month highlight in month view.
Open calendar view and click on Month.
Notice that the highlighted data (today) is the same highlight as the highlighted month.
(Notice attached screenshot).
It would be easier if they were highlighted in different colors.
Comment 1 Milan Crha 2017-05-03 08:32:03 UTC
Thanks for a bug report. These colors come from your theme. My theme uses light-gray for selected days and blue for the rectangle of the 'today', thus two different colors.
Comment 2 Hussam Al-Tayeb 2017-05-03 09:13:58 UTC
I am using the default gtk3 theme (Adwaita). The same issue is in the "dark" variant.
Comment 3 Tobias Mueller 2017-05-05 10:50:53 UTC
I'm using a relatively standard Ubuntu and I see the same effect.  The current day is in the same colour as the whole month.  You can only see the background of the current day extending the top a little bit.
Comment 4 Milan Crha 2017-05-30 13:23:07 UTC
I do not know why Adwaita and other themes define the same selected color for focused and unfocused states, that's odd to me, but I'm not the decision maker there.

I made some changes in evolution:
a) the selected days use "theme_unfocused_selected_bg"
b) the today rectangle is "theme_selected_bg"
c) in case the focused and unfocused selected bg colors are the same the today
   rectangle is drawn with "theme_selected_fg" color

It's not ideal, but I do not have anything better.

Created commit 2d214cd in evo master (3.25.3+)
Created commit 863abdf in evo gnome-3-24 (3.24.3+)