1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01:00

* Use BasicHeader's colors for the HeaderWidget.

This commit is contained in:
Christian Muehlhaeuser 2012-12-08 22:47:42 +01:00
parent 25c7b3927a
commit 4b6e4d836d

View File

@ -26,14 +26,14 @@
QColor
StyleHelper::headerUpperColor()
{
return QColor( "#464e57" );
return QColor( "#615858" );
}
QColor
StyleHelper::headerLowerColor()
{
return QColor( "#3f4650" );
return QColor( "#231F1F" );
}