forked from lix-project/lix
Change warnings from yellow to magenta
This matches gcc and clang.
This commit is contained in:
parent
4ffda0af7c
commit
58b5036c54
|
@ -9,7 +9,7 @@ namespace nix {
|
|||
#define ANSI_ITALIC "\e[3m"
|
||||
#define ANSI_RED "\e[31;1m"
|
||||
#define ANSI_GREEN "\e[32;1m"
|
||||
#define ANSI_WARNING "\e[33;1m"
|
||||
#define ANSI_WARNING "\e[35;1m"
|
||||
#define ANSI_BLUE "\e[34;1m"
|
||||
#define ANSI_MAGENTA "\e[35;1m"
|
||||
#define ANSI_CYAN "\e[36;1m"
|
||||
|
|
Loading…
Reference in a new issue