Home
last modified time | relevance | path

Searched hist:"9 d30b95ab363c3c9d8347a23246a72a454c6eb82" (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/shared/
H A DCalendarView.cpp9d30b95ab363c3c9d8347a23246a72a454c6eb82 Sun Sep 17 08:09:26 UTC 2017 Humdinger <humdingerb@gmail.com> BCalendarView: change visuals for 'today'

Only using the keyboard navigation colour to indicate the current day isn't that
nice in all situations. When using custom system colours, like white on blue
for selected items, it can become barely readable.

Now we
* use bold type face for 'today',
* tint 'today's background (lighten for dark, darken for bright bgColor),
* use B_LIST_SELECTED_BACKGROUND_COLOR and B_LIST_SELECTED_ITEM_TEXT_COLOR
for the selected day,
* keyboard navigation colour only for the frame and text when doing keyboard
navigation

Fixes #13714