1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-27 15:50:40 +02:00

Pretty up the gauge a bit more

This commit is contained in:
Jason Herskowitz
2013-06-14 14:54:52 -04:00
committed by Michael Zanetti
parent c66300aa67
commit 4926fcb239

View File

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