From fb58d0819f1a361090e5314f462c96ba08ad5a82 Mon Sep 17 00:00:00 2001 From: luca0N! <63941044+luca0N@users.noreply.github.com> Date: Mon, 4 May 2020 00:10:06 -0300 Subject: [PATCH] Added reset color Signed-off-by: luca0N! <63941044+luca0N@users.noreply.github.com> --- colors.h | 1 + 1 file changed, 1 insertion(+) diff --git a/colors.h b/colors.h index 37371c1..d808479 100644 --- a/colors.h +++ b/colors.h @@ -26,5 +26,6 @@ #define ANSI_COLOR_BLUE "\x1b[34m" #define ANSI_COLOR_MAGENTA "\x1b[35m" #define ANSI_COLOR_CYAN "\x1b[36m" +#define ANSI_COLOR_RESET "\033[0m" #endif \ No newline at end of file