Qt/log change the notice log color to lime

It's slightly easier to read than green
This commit is contained in:
aldelaro5 2018-04-21 21:22:16 -04:00
parent 9dcc8131df
commit 2f6879f0d9
No known key found for this signature in database
GPG Key ID: 054DD3E6FF48DB71
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ void LogWidget::Log(LogTypes::LOG_LEVELS level, const char* text)
color = "yellow";
break;
case LogTypes::LOG_LEVELS::LNOTICE:
color = "green";
color = "lime";
break;
case LogTypes::LOG_LEVELS::LINFO:
color = "cyan";