1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

dremora: underlined curr day in cal

This commit is contained in:
luke bonham 2013-07-09 15:15:58 +02:00
parent 48549ecc97
commit f2ce1acc86

View file

@ -225,7 +225,7 @@ local function create_calendar()
if cal_month == now.month and cal_year == now.year and day == now.day then
this_month = true
result = result ..
string.format('<span weight="bold" foreground = "%s">%s</span>',
string.format('<span underline="single" weight="bold" foreground = "%s">%s</span>',
today_color, day_str)
else
result = result .. day_str