Little thingamabobber
This commit is contained in:
parent
f2505ef52d
commit
65bcba3559
2
draw.go
2
draw.go
@ -68,6 +68,8 @@ func drawMonth (xOffset, yOffset, year int, month time.Month) {
|
|||||||
if current && dayIter == int(time.Now().Day()) {
|
if current && dayIter == int(time.Now().Day()) {
|
||||||
application.SetColor(x, y, stone.ColorRed)
|
application.SetColor(x, y, stone.ColorRed)
|
||||||
application.SetColor(x + 1, 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 {
|
} else if weekday == 0 || weekday == 6 {
|
||||||
application.SetColor(x, y, stone.ColorDim)
|
application.SetColor(x, y, stone.ColorDim)
|
||||||
application.SetColor(x + 1, y, stone.ColorDim)
|
application.SetColor(x + 1, y, stone.ColorDim)
|
||||||
|
Loading…
Reference in New Issue
Block a user