1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 03:09:59 +00:00

more distinct mirrored colors

This commit is contained in:
Zeno Rogue 2022-10-06 10:08:10 +02:00
parent 3369adfc98
commit 5a9e7e4069

View File

@ -1545,12 +1545,12 @@ EX map<char, colortable> colortables = {
0x4080F0, 0x8040F0, 0x80F040, 0x4080F0, 0x8040F0, 0x80F040,
0xFFD500 }}, 0xFFD500 }},
{'M', { // mirrored versions of 'A' {'M', { // mirrored versions of 'A'
0xF04060, 0x40F060, 0x4040D0, 0xF04080, 0x40F080, 0x3030D0,
0xD0D040, 0xD000F0, 0x00D040, 0xA0A060, 0xA000F0, 0x00A060,
0xC0C0E0, 0x404060, 0x8080A0, 0xC0C0F0, 0x404070, 0x8080C0,
0xF08060, 0xF040A0, 0x40F0A0, 0xF08080, 0xF040C0, 0x40F0C0,
0x4080D0, 0x8040D0, 0x80F060, 0x3060D0, 0x6030D0, 0x80F080,
0xFFD540 }}, 0xFFD580 }},
{'B', { {'B', {
// trying to get colors as in Wikipedia [ https://en.wikipedia.org/wiki/Euclidean_tilings_by_convex_regular_polygons#k-uniform_tilings ] // trying to get colors as in Wikipedia [ https://en.wikipedia.org/wiki/Euclidean_tilings_by_convex_regular_polygons#k-uniform_tilings ]
0, 0, 0xFFFFFF, 0xFFFF00, 0, 0, 0xFFFFFF, 0xFFFF00,