1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

* Added new color roles to TomahawkStyle.

This commit is contained in:
Christian Muehlhaeuser 2013-06-14 11:50:09 +02:00
parent 13db6a6b90
commit 9038992758

View File

@ -61,6 +61,11 @@ namespace TomahawkStyle
static const QColor SELECTION_BACKGROUND = QColor( "#962c26" );
static const QColor SELECTION_FOREGROUND = QColor( "#ffffff" );
static const QColor HEADER_GAUGE_HIGHLIGHT = QColor( "#8dbf2d" );
static const QColor HEADER_GAUGE_BACKGROUND = QColor( "#252020" );
static const QColor HEADER_GAUGE_TEXT = QColor( "#ffffff" );
static const QColor HEADER_GAUGE_LABEL_BACKGROUND = QColor( "#3e3e3e" );
static const QColor HEADER_BACKGROUND = QColor( "#292f34" );
static const QColor HEADER_TEXT = QColor( "#ffffff" );
static const QColor HEADER_LINK = QColor( "#8dbf2d" );
@ -75,6 +80,10 @@ namespace TomahawkStyle
static const QColor PAGE_FOREGROUND = QColor( "#292f34" );
static const QColor PAGE_BACKGROUND = QColor( "#DBDBDB" );
static const QColor PAGE_TRACKLIST_TRACK_SOLVED = QColor( "#292F34" );
static const QColor PAGE_TRACKLIST_TRACK_UNRESOLVED = QColor( "#8597A6" );
static const QColor PAGE_TRACKLIST_NUMBER = QColor( "#8DBF2D" ).darker( 400 );
static const QColor FOOTNOTES_BACKGROUND = QColor( "#272b2e" );
static const QColor DASHBOARD_ROUNDFIGURE_BACKGROUND = QColor( "#454e59" );