Skip to content

Commit 8704db7

Browse files
committed
Color tweaks
1 parent 01ff381 commit 8704db7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

view.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ func hourColorCode(hour int) (color string) {
109109

110110
// Day
111111
case 9, 10, 11, 12, 13, 14, 15, 16, 17:
112-
color = "11"
112+
color = "227"
113113

114114
// Evening
115115
case 18, 19:
116-
color = "3"
116+
color = "202"
117117

118118
// Night
119119
default:
120-
color = "17"
120+
color = "27"
121121
}
122122
return color
123123
}

0 commit comments

Comments
 (0)