1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-02 18:05:26 +03:00

Changed text color of warnings from yellow to magenta

Yellow is almost unreadable if the console background is white.
This commit is contained in:
Maarten ter Huurne 2012-12-20 17:54:15 +01:00
parent 874ddd3cad
commit a18730ee13

View File

@ -20,7 +20,7 @@
#define COLOR_DEBUG "\e[0;34m"
#endif
#ifndef COLOR_WARNING
#define COLOR_WARNING "\e[01;33m"
#define COLOR_WARNING "\e[01;35m"
#endif
#ifndef COLOR_ERROR
#define COLOR_ERROR "\e[01;31m"