From 4926fcb239c2e4a45503a576d33674f45866655e Mon Sep 17 00:00:00 2001 From: Jason Herskowitz Date: Fri, 14 Jun 2013 14:54:52 -0400 Subject: [PATCH] Pretty up the gauge a bit more --- src/libtomahawk/utils/TomahawkStyle.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libtomahawk/utils/TomahawkStyle.h b/src/libtomahawk/utils/TomahawkStyle.h index 915b92464..6488e64f8 100644 --- a/src/libtomahawk/utils/TomahawkStyle.h +++ b/src/libtomahawk/utils/TomahawkStyle.h @@ -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" );