diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-17 15:13:00 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-17 15:13:00 +0000 |
commit | 6403508f5a2fcf073b2a0d4e5fcf5f5ebb890384 (patch) | |
tree | 84cfb3bf0c6c7a514a77c80da0bae711bf16055d /src/libutil/ansicolor.hh | |
parent | ccbea8255cf52413938d994a69222fd953b08659 (diff) |
Use `ansicolor.hh` in `nix repl` rather than duplicates
Diffstat (limited to 'src/libutil/ansicolor.hh')
-rw-r--r-- | src/libutil/ansicolor.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/ansicolor.hh b/src/libutil/ansicolor.hh index 8ae07b092..a38c2d798 100644 --- a/src/libutil/ansicolor.hh +++ b/src/libutil/ansicolor.hh @@ -11,5 +11,7 @@ namespace nix { #define ANSI_GREEN "\e[32;1m" #define ANSI_YELLOW "\e[33;1m" #define ANSI_BLUE "\e[34;1m" +#define ANSI_MAGENTA "\e[35m;1m" +#define ANSI_CYAN "\e[36m;1m" } |