]> granicus.if.org Git - nethack/commitdiff
Add more color aliases for menucolors and statushilites
authorPasi Kallinen <paxed@alt.org>
Wed, 13 Jan 2016 18:35:06 +0000 (20:35 +0200)
committerPasi Kallinen <paxed@alt.org>
Wed, 13 Jan 2016 18:35:06 +0000 (20:35 +0200)
src/options.c

index d1869576f1df3323a29c0b9f927457fddf8ecd23..58a6f281fc4163afd8bb558becc03dc7b99ae57a 100644 (file)
@@ -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 },