nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit a7aab18dfeef8a0e8073d5fa420677dc8fe548da
parent a9e171de52cd0abe28ebc01c0a9fd8f1f8d5acc4
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun, 21 Jun 2020 19:21:07 +0200

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

Diffstat:
Msrc/rcfile.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rcfile.c b/src/rcfile.c @@ -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. */