1
1

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

Этот коммит содержится в:
Benno Schulenberg 2020-06-21 19:21:07 +02:00
родитель a9e171de52
Коммит a7aab18dfe

Просмотреть файл

@ -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. */