pikselifontit/tools/colours.py
Juhani Krekelä 32ead5225e First commit
2025-03-17 20:05:13 +02:00

5 lines
143 B
Python

bg1 = bytes((255, 255, 255))
bg2 = bytes((153, 187, 187))
notchar = bytes((119, 119, 119))
line = bytes((202, 170, 170))
fg = bytes((0, 0, 0))