aboutsummaryrefslogtreecommitdiff
path: root/src/any_log.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-07-10 22:18:02 +0200
committerFederico Angelilli <code@fedang.net>2024-07-10 22:18:02 +0200
commit53691bc0cfa4336408b8208a9062291c36927ab2 (patch)
treee4270ed1e942a0ab7c3afb44a36e0759b1ecdcae /src/any_log.h
parentd575e261c85b70a8de4f02fb2115b102d3c33f64 (diff)
Add config loading
Diffstat (limited to 'src/any_log.h')
-rw-r--r--src/any_log.h2
1 files changed, 1 insertions, 1 deletions
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"