Change debug logging color to blue

This commit is contained in:
miruka 2020-04-19 17:50:48 -04:00
parent 2cc3f27247
commit d71dc91a23

View File

@ -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";