Use dark green

This commit is contained in:
Martchus 2016-11-18 18:05:56 +01:00
parent 945ea2e7e0
commit 1ec1a5ffad
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ inline QColor red(bool bright)
inline QColor green(bool bright)
{
return bright ? QColor(0xA8FF41) : QColor(Qt::green);
return bright ? QColor(0xA8FF41) : QColor(Qt::darkGreen);
}
inline QColor blue(bool bright)