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