aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/log.c b/util/log.c
index 7f27b5eb..17655d30 100644
--- a/util/log.c
+++ b/util/log.c
@@ -17,7 +17,7 @@ static const char *verbosity_colors[] = {
[WLR_SILENT] = "",
[WLR_ERROR] = "\x1B[1;31m",
[WLR_INFO] = "\x1B[1;34m",
- [WLR_DEBUG] = "\x1B[1;30m",
+ [WLR_DEBUG] = "\x1B[1;90m",
};
static const char *verbosity_headers[] = {