1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Bring nicer widget header gradient to Master

This commit is contained in:
Jason Herskowitz
2012-12-16 08:00:56 -05:00
parent c3caf6a6ec
commit eda6ab9df5

View File

@@ -26,14 +26,14 @@
QColor
StyleHelper::headerUpperColor()
{
return QColor( "#615858" );
return QColor( "#25292c" );
}
QColor
StyleHelper::headerLowerColor()
{
return QColor( "#231F1F" );
return QColor( "#707070" );
}
@@ -81,7 +81,7 @@ StyleHelper::horizontalHeader( QPainter* painter, const QRect& r )
QColor
StyleHelper::headerTextColor()
{
return Qt::white;
return QColor( "#eaeaea" );
}