mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 22:40:39 +02: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:
parent
874ddd3cad
commit
a18730ee13
@ -20,7 +20,7 @@
|
|||||||
#define COLOR_DEBUG "\e[0;34m"
|
#define COLOR_DEBUG "\e[0;34m"
|
||||||
#endif
|
#endif
|
||||||
#ifndef COLOR_WARNING
|
#ifndef COLOR_WARNING
|
||||||
#define COLOR_WARNING "\e[01;33m"
|
#define COLOR_WARNING "\e[01;35m"
|
||||||
#endif
|
#endif
|
||||||
#ifndef COLOR_ERROR
|
#ifndef COLOR_ERROR
|
||||||
#define COLOR_ERROR "\e[01;31m"
|
#define COLOR_ERROR "\e[01;31m"
|
||||||
|
Loading…
Reference in New Issue
Block a user