Skip to content

Commit 9d1277c

Browse files
authored
Added some colours
1 parent ef5bd46 commit 9d1277c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bitmap/colors.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
import json
2-
3-
def
1+
color = {
2+
"black":b"\x00\x00\x00",
3+
"white":b"\xff\xff\xff"
4+
}

0 commit comments

Comments
 (0)