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:
@@ -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" );
|
||||
|
Reference in New Issue
Block a user