1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 20:04:00 +02:00

* Tweak page and header colors.

This commit is contained in:
Christian Muehlhaeuser
2013-06-12 12:59:09 +02:00
parent 45d999c8d6
commit 74a027a936

View File

@@ -54,11 +54,11 @@ namespace TomahawkStyle
static const QColor SELECTION_FOREGROUND = QColor( "#ffffff" ); static const QColor SELECTION_FOREGROUND = QColor( "#ffffff" );
static const QColor HEADER_UPPER = QColor( "#25292c" ); static const QColor HEADER_UPPER = QColor( "#25292c" );
static const QColor HEADER_LOWER = QColor( "#707070" ); static const QColor HEADER_LOWER = QColor( "#1e1e1e" );
static const QColor HEADER_TEXT = QColor( "#eaeaea" ); static const QColor HEADER_TEXT = QColor( "#eaeaea" );
static const QColor HEADER_HIGHLIGHT = QColor( "#333" ); static const QColor HEADER_HIGHLIGHT = QColor( "#333" );
static const QColor PAGE_BACKGROUND = QColor( "#1e1e1e" ); static const QColor PAGE_BACKGROUND = QColor( "#1e1e1e" ).lighter();
static const QColor FOOTNOTES_BACKGROUND = QColor( "#272b2e" ); static const QColor FOOTNOTES_BACKGROUND = QColor( "#272b2e" );
static const QColor DASHBOARD_ROUNDFIGURE_BACKGROUND = QColor( "#454e59" ); static const QColor DASHBOARD_ROUNDFIGURE_BACKGROUND = QColor( "#454e59" );