From 4bc08c4d3caa769c1f6c0f2165db166f2b58190b Mon Sep 17 00:00:00 2001 From: Jason Herskowitz Date: Mon, 1 Dec 2014 17:36:32 -0500 Subject: [PATCH] Make now playing indicator color in Collection match color of progress bar in Playlist view --- src/libtomahawk/utils/TomahawkStyle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/utils/TomahawkStyle.h b/src/libtomahawk/utils/TomahawkStyle.h index e9f4bb996..ee1057441 100644 --- a/src/libtomahawk/utils/TomahawkStyle.h +++ b/src/libtomahawk/utils/TomahawkStyle.h @@ -61,7 +61,7 @@ namespace TomahawkStyle static const QColor GROUP_HEADER = QColor( "#637180" ); - static const QColor NOW_PLAYING_ITEM = QColor( "#962c26" ); + static const QColor NOW_PLAYING_ITEM = QColor( "#ff004c" ); static const QColor NOW_PLAYING_ITEM_TEXT = QColor( "#ffffff" ); static const QColor SELECTION_BACKGROUND = QColor( "#7DC4FF" ); static const QColor SELECTION_FOREGROUND = QColor( "#ffffff" );