1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

Make now playing indicator color in Collection match color of progress bar in Playlist view

This commit is contained in:
Jason Herskowitz
2014-12-01 17:36:32 -05:00
parent 3c3f2b12c6
commit 4bc08c4d3c

View File

@@ -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" );