1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 16:14:40 +02: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 QColor
StyleHelper::headerUpperColor() StyleHelper::headerUpperColor()
{ {
return QColor( "#464e57" ); return QColor( "#615858" );
} }
QColor QColor
StyleHelper::headerLowerColor() StyleHelper::headerLowerColor()
{ {
return QColor( "#3f4650" ); return QColor( "#231F1F" );
} }