From d71dc91a2324be38adc43865d934b31b9b4533c5 Mon Sep 17 00:00:00 2001 From: miruka Date: Sun, 19 Apr 2020 17:50:48 -0400 Subject: [PATCH] Change debug logging color to blue --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 973b4d90..7b0dfbd6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -54,7 +54,7 @@ void loggingHandler( type == QtWarningMsg ? "3" : // yellow type == QtCriticalMsg ? "1" : // red type == QtFatalMsg ? "5" : // purple - "7"; // white (gray) + "4"; // blue boldColor = "\e[1;3" + ansiColor + "m"; color = "\e[3" + ansiColor + "m";