diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/showmsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/showmsg.h b/src/common/showmsg.h index af851de40..c0112685a 100644 --- a/src/common/showmsg.h +++ b/src/common/showmsg.h @@ -43,7 +43,7 @@ #define CL_NORMAL CL_RESET
#define CL_NONE CL_RESET
- #define CL_WHITE "\033[1;29m"
+ #define CL_WHITE "\033[1;37m"
#define CL_GRAY "\033[1;30m"
#define CL_RED "\033[1;31m"
#define CL_GREEN "\033[1;32m"
|