aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui-calendar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui-calendar.c')
-rw-r--r--src/ui-calendar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui-calendar.c b/src/ui-calendar.c
index 41a0af2..0fae5a3 100644
--- a/src/ui-calendar.c
+++ b/src/ui-calendar.c
@@ -461,7 +461,7 @@ draw_monthly_view(struct scrollwin *sw, struct date *current_day,
&& current_day->dd != slctd_day.dd)
attr = ATTR_LOWEST;
else if (c_day == slctd_day.dd)
- attr = ATTR_HIGHEST;
+ attr = ATTR_MIDDLE;
else if (item_this_day == 1)
attr = ATTR_LOW;
else if (item_this_day == 2)
@@ -523,7 +523,7 @@ draw_weekly_view(struct scrollwin *sw, struct date *current_day,
&& current_day->dd != slctd_day.dd)
attr = ATTR_LOWEST;
else if (t.tm_mday == slctd_day.dd)
- attr = ATTR_HIGHEST;
+ attr = ATTR_MIDDLE;
else if (item_this_day == 1)
attr = ATTR_LOW;
else if (item_this_day == 2)