From ac33a07e83e37083a2519011823988bfaa7af67b Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 24 Mar 2015 15:27:05 +0100 Subject: [PATCH] Added new color definitions for download button. --- src/libtomahawk/utils/TomahawkStyle.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libtomahawk/utils/TomahawkStyle.h b/src/libtomahawk/utils/TomahawkStyle.h index e6151c4e4..47c536236 100644 --- a/src/libtomahawk/utils/TomahawkStyle.h +++ b/src/libtomahawk/utils/TomahawkStyle.h @@ -100,6 +100,9 @@ namespace TomahawkStyle static const QColor SEEKSLIDER_FOREGROUND = QColor( "#ffffff" ); + static const QColor PLAYLIST_BUTTON_BACKGROUND = QColor( "#E61878" ); + static const QColor PLAYLIST_BUTTON_FOREGROUND = QColor( "#ffffff" ); + static const int POPUP_ROUNDING_RADIUS = 6; static const float POPUP_OPACITY = 0.93; }