Add more color aliases for menucolors and statushilites

This commit is contained in:
Pasi Kallinen
2016-01-13 20:35:06 +02:00
parent 1dd37b7fca
commit 5acb659076

View 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 },