Little thingamabobber

This commit is contained in:
Sasha Koshka 2022-11-29 02:46:49 -05:00
parent f2505ef52d
commit 65bcba3559
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ func drawMonth (xOffset, yOffset, year int, month time.Month) {
if current && dayIter == int(time.Now().Day()) {
application.SetColor(x, y, stone.ColorRed)
application.SetColor(x + 1, y, stone.ColorRed)
application.SetStyle(x , y, stone.StyleHighlight)
application.SetStyle(x + 1, y, stone.StyleHighlight)
} else if weekday == 0 || weekday == 6 {
application.SetColor(x, y, stone.ColorDim)
application.SetColor(x + 1, y, stone.ColorDim)