mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-10 17:30:33 +00:00
patterns:: more distinct colors in 'eight domains'
This commit is contained in:
parent
bdc2697f98
commit
231b510f16
@ -1551,7 +1551,7 @@ EX map<char, colortable> colortables = {
|
|||||||
0xFFFF80, 0xC040C0, 0xFFD500, 0x000080,
|
0xFFFF80, 0xC040C0, 0xFFD500, 0x000080,
|
||||||
0x404040, 0x606060, 0x808080
|
0x404040, 0x606060, 0x808080
|
||||||
}},
|
}},
|
||||||
{'a', {0x800000, 0x503000, 0x206000, 0x007010, 0x004040, 0x001070, 0x200060, 0x500030}},
|
{'a', {0x800000, 0x503000, 0x206000, 0x202020, 0x004040, 0x001070, 0x606060, 0x500030}},
|
||||||
{'e', {0x404040, 0x1800000, 0x1008000, 0x000080 }},
|
{'e', {0x404040, 0x1800000, 0x1008000, 0x000080 }},
|
||||||
{'b', {0x404040, 0x1800000, 0x1008000, 0x000080 }},
|
{'b', {0x404040, 0x1800000, 0x1008000, 0x000080 }},
|
||||||
{'z', {0x1C0C0C0, 0x1E0E0E0, 0x404040, 0x606060 }},
|
{'z', {0x1C0C0C0, 0x1E0E0E0, 0x404040, 0x606060 }},
|
||||||
|
Loading…
Reference in New Issue
Block a user