From 74a027a936ccf97232eb8cb907e16135b0c273c1 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 12 Jun 2013 12:59:09 +0200 Subject: [PATCH] * Tweak page and header colors. --- src/libtomahawk/utils/TomahawkStyle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libtomahawk/utils/TomahawkStyle.h b/src/libtomahawk/utils/TomahawkStyle.h index ee7c81ad3..f159d5365 100644 --- a/src/libtomahawk/utils/TomahawkStyle.h +++ b/src/libtomahawk/utils/TomahawkStyle.h @@ -54,11 +54,11 @@ namespace TomahawkStyle static const QColor SELECTION_FOREGROUND = QColor( "#ffffff" ); 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_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 DASHBOARD_ROUNDFIGURE_BACKGROUND = QColor( "#454e59" );