Added reset color

Signed-off-by: luca0N! <63941044+luca0N@users.noreply.github.com>
This commit is contained in:
luca0N! 2020-05-04 00:10:06 -03:00
parent dc8b048d76
commit fb58d0819f
No known key found for this signature in database
GPG Key ID: 9F1B99B522287CAB
1 changed files with 1 additions and 0 deletions

View File

@ -26,5 +26,6 @@
#define ANSI_COLOR_BLUE "\x1b[34m" #define ANSI_COLOR_BLUE "\x1b[34m"
#define ANSI_COLOR_MAGENTA "\x1b[35m" #define ANSI_COLOR_MAGENTA "\x1b[35m"
#define ANSI_COLOR_CYAN "\x1b[36m" #define ANSI_COLOR_CYAN "\x1b[36m"
#define ANSI_COLOR_RESET "\033[0m"
#endif #endif