1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

Pretty up the gauge a bit more

This commit is contained in:
Jason Herskowitz
2013-06-14 14:54:52 -04:00
parent 6b4ac0a3c9
commit 6d806e2fb1

View File

@@ -62,9 +62,9 @@ namespace TomahawkStyle
static const QColor SELECTION_FOREGROUND = QColor( "#ffffff" ); static const QColor SELECTION_FOREGROUND = QColor( "#ffffff" );
static const QColor HEADER_GAUGE_HIGHLIGHT = QColor( "#7DC4FF" ); static const QColor HEADER_GAUGE_HIGHLIGHT = QColor( "#7DC4FF" );
static const QColor HEADER_GAUGE_BACKGROUND = QColor( "#DBDBDB" ); static const QColor HEADER_GAUGE_BACKGROUND = QColor( "#0B0A0A" );
static const QColor HEADER_GAUGE_TEXT = QColor( "#292f34" ); static const QColor HEADER_GAUGE_TEXT = QColor( "#FFFFFF" );
static const QColor HEADER_GAUGE_LABEL_BACKGROUND = QColor( "#DBDBDB" ); static const QColor HEADER_GAUGE_LABEL_BACKGROUND = QColor( "#0B0A0A" );
static const QColor HEADER_BACKGROUND = QColor( "#292f34" ); static const QColor HEADER_BACKGROUND = QColor( "#292f34" );
static const QColor HEADER_LABEL = QColor( "#FFFFFF" ); static const QColor HEADER_LABEL = QColor( "#FFFFFF" );