mirror of
https://github.com/NixOS/nix
synced 2025-06-29 23:13:14 +02:00
Change warnings from yellow to magenta
This matches gcc and clang.
This commit is contained in:
parent
4ffda0af7c
commit
58b5036c54
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace nix {
|
||||||
#define ANSI_ITALIC "\e[3m"
|
#define ANSI_ITALIC "\e[3m"
|
||||||
#define ANSI_RED "\e[31;1m"
|
#define ANSI_RED "\e[31;1m"
|
||||||
#define ANSI_GREEN "\e[32;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_BLUE "\e[34;1m"
|
||||||
#define ANSI_MAGENTA "\e[35;1m"
|
#define ANSI_MAGENTA "\e[35;1m"
|
||||||
#define ANSI_CYAN "\e[36;1m"
|
#define ANSI_CYAN "\e[36;1m"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue