From 2fde5025afe53841a09fbb0dff242245430f7019 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 3 Oct 2019 16:13:07 +0200 Subject: [PATCH] New color for options debugging --- src/libdebug/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libdebug/debug.c b/src/libdebug/debug.c index c22445f..f2235f0 100644 --- a/src/libdebug/debug.c +++ b/src/libdebug/debug.c @@ -41,7 +41,7 @@ struct debug_cat { const char *name; const char *color; } debug_cat[] = { - { "options", "\033[1;37m" }, + { "options", "\033[0;33m" }, { "sender", "\033[1;33m" }, { "sound", "\033[0;35m" }, { "dsp", "\033[0;31m" },