From 231b510f16c479f9598fe0d996a198ecf7c64e6c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 1 Feb 2022 17:09:36 +0100 Subject: [PATCH] patterns:: more distinct colors in 'eight domains' --- pattern2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pattern2.cpp b/pattern2.cpp index 4e3e7e88..9bd113f8 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -1551,7 +1551,7 @@ EX map colortables = { 0xFFFF80, 0xC040C0, 0xFFD500, 0x000080, 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 }}, {'b', {0x404040, 0x1800000, 0x1008000, 0x000080 }}, {'z', {0x1C0C0C0, 0x1E0E0E0, 0x404040, 0x606060 }},