Added reset color
Signed-off-by: luca0N! <63941044+luca0N@users.noreply.github.com>
This commit is contained in:
parent
dc8b048d76
commit
fb58d0819f
1 changed files with 1 additions and 0 deletions
1
colors.h
1
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
|
Reference in a new issue