1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 21:01:16 +02:00

Show "warning:" in yellow instead of red

This commit is contained in:
Eelco Dolstra 2020-02-01 12:37:22 +01:00
parent 7be1a07a45
commit c5319e5d0b
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 2 additions and 1 deletions

View file

@ -429,6 +429,7 @@ void ignoreException();
#define ANSI_FAINT "\e[2m"
#define ANSI_RED "\e[31;1m"
#define ANSI_GREEN "\e[32;1m"
#define ANSI_YELLOW "\e[33;1m"
#define ANSI_BLUE "\e[34;1m"