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:
@@ -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" );
|
||||||
|
Reference in New Issue
Block a user