New Colors
Opened this issue · 0 comments
neur1n commented
First of all, thanks for the work! It's a great widget.
So I forked your repo a couple days ago and modified the colors except yellow. You may use them if you would ever thinking about looking for new colors.
colours = {Red: (0xFF, 0x00, 0x00),
Green : (0x87, 0xD7, 0x00),
Yellow: (0xd2, 0xcd, 0x00),
Grey : (0x26, 0x26, 0x26),
Orange: (0xFF, 0x9F, 0x00),
Purple: (0xAF, 0x00, 0xFF),
Blue : (0x00, 0xD7, 0xFF)}