X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=color.h;h=18abeb7c7dd47794d4f5fea4049b5719f03383fe;hb=003b33a8;hp=6846be1706c1842f5a53abafd4e03758a36695e9;hpb=23fd723c9dfbe9b558c0d9a46696ca93f93bab04;p=git.git diff --git a/color.h b/color.h index 6846be170..18abeb7c7 100644 --- a/color.h +++ b/color.h @@ -11,6 +11,7 @@ #define GIT_COLOR_GREEN "\033[32m" #define GIT_COLOR_YELLOW "\033[33m" #define GIT_COLOR_BLUE "\033[34m" +#define GIT_COLOR_MAGENTA "\033[35m" #define GIT_COLOR_CYAN "\033[36m" #define GIT_COLOR_BG_RED "\033[41m"