Change warnings from yellow to magenta

This matches gcc and clang.
This commit is contained in:
Eelco Dolstra 2021-09-14 10:41:26 +02:00
parent 4ffda0af7c
commit 58b5036c54

View file

@ -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"