From: Pasi Kallinen Date: Wed, 13 Jan 2016 18:35:06 +0000 (+0200) Subject: Add more color aliases for menucolors and statushilites X-Git-Tag: NetHack-3.6.1_RC01~1026 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5acb659076a40809c463d031a02ba71ac9a6a4d2;p=nethack Add more color aliases for menucolors and statushilites --- diff --git a/src/options.c b/src/options.c index d1869576f..58a6f281f 100644 --- a/src/options.c +++ b/src/options.c @@ -1242,6 +1242,11 @@ static const struct { { "light cyan", CLR_BRIGHT_CYAN }, { "white", CLR_WHITE }, { NULL, CLR_BLACK }, /* everything after this is an alias */ + { "transparent", NO_COLOR }, + { "nocolor", NO_COLOR }, + { "purple", CLR_MAGENTA }, + { "light purple", CLR_BRIGHT_MAGENTA }, + { "bright purple", CLR_BRIGHT_MAGENTA }, { "grey", CLR_GRAY }, { "bright red", CLR_ORANGE }, { "bright green", CLR_BRIGHT_GREEN },