From 53691bc0cfa4336408b8208a9062291c36927ab2 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 10 Jul 2024 22:18:02 +0200 Subject: Add config loading --- src/any_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/any_log.h') diff --git a/src/any_log.h b/src/any_log.h index c4f143c..1cb298a 100644 --- a/src/any_log.h +++ b/src/any_log.h @@ -398,7 +398,7 @@ const char **any_log_colors = any_log_colors_default; #define ANY_LOG_PANIC_COLOR "\x1b[1;91m" #endif #ifndef ANY_LOG_ERROR_COLOR -#define ANY_LOG_ERROR_COLOR "\x1b[31m" +#define ANY_LOG_ERROR_COLOR "\x1b[1;31m" #endif #ifndef ANY_LOG_WARN_COLOR #define ANY_LOG_WARN_COLOR "\x1b[1;33m" -- cgit v1.2.3