Adding extended version of Zoran wf colors (commented out for now).

This commit is contained in:
Marat Fayzullin 2024-02-03 12:44:03 -05:00
parent dd17b999fc
commit 70ac743674
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ class Ha7ilmWaterfall(Waterfall):
class ZoranWaterfall(Waterfall): class ZoranWaterfall(Waterfall):
def __init__(self): def __init__(self):
# super().__init__([0x000000, 0x000965, 0x00E0FF, 0x00FFE0, 0x2EFF00, 0xECFF00, 0xFFEC00, 0xFF6500, 0xFF0000])
super().__init__([0x000000, 0x000965, 0x00E0FF, 0x2EFF00, 0xFFEC00, 0xFF0000]) super().__init__([0x000000, 0x000965, 0x00E0FF, 0x2EFF00, 0xFFEC00, 0xFF0000])