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; }