Skip to content

Commit 50fbb7e

Browse files
authored
fix color name
1 parent f9f9b96 commit 50fbb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Spiro.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spiro = pictures
2828
-- colors
2929
cerise = light $ makeColorI 255 7 79 255
3030
purple = light $ light $ makeColorI 0 0 153 255
31-
citrone = makeColorI 255 232 0 255
31+
lemon = makeColorI 255 232 0 255
3232
lightgreen = makeColorI 0 153 153 255
3333
skin = makeColorI 255 204 153 255
3434
darkblue = makeColorI 0 80 221 255

0 commit comments

Comments
 (0)