colors: move purple one step away from magenta, and use a darker mauve

master
Benno Schulenberg 2020-06-21 19:21:07 +02:00
parent a9e171de52
commit a7aab18dfe
1 changed files with 1 additions and 1 deletions

View File

@ -986,7 +986,7 @@ void parse_includes(char *ptr)
const char hues[9][7] = { "pink", "purple", "mauve", "lagoon", "mint",
"lime", "peach", "orange", "latte" };
short indices[9] = { 204, 164, 140, 38, 48, 148, 215, 208, 137 };
short indices[9] = { 204, 163, 134, 38, 48, 148, 215, 208, 137 };
/* Return the short value corresponding to the given color name, and set
* vivid to TRUE for a lighter color, and thick for a heavier typeface. */