From 8a73997b96fa1b9e2d864b5af18b0fb27abf026a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Thu, 12 Dec 2013 07:47:59 +0200 Subject: Real multiseries colors for Qt theme Change-Id: Iefcb40f8a72f12d8962a90fda6db6a684f45fee5 Reviewed-by: Miikka Heikkinen --- src/datavisualization/theme/thememanager.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/datavisualization/theme') diff --git a/src/datavisualization/theme/thememanager.cpp b/src/datavisualization/theme/thememanager.cpp index 1f8f0ae0..7f13effb 100644 --- a/src/datavisualization/theme/thememanager.cpp +++ b/src/datavisualization/theme/thememanager.cpp @@ -96,10 +96,10 @@ void ThemeManager::useTheme(Q3DTheme::Theme type) case Q3DTheme::ThemeQt: { QList baseColors; baseColors.append(QColor(QRgb(0x80c342))); - baseColors.append(QColor(QRgb(0x60c342))); - baseColors.append(QColor(QRgb(0x40c342))); - baseColors.append(QColor(QRgb(0x20c342))); - baseColors.append(QColor(QRgb(0x00c342))); + baseColors.append(QColor(QRgb(0x328930))); + baseColors.append(QColor(QRgb(0x006325))); + baseColors.append(QColor(QRgb(0x35322f))); + baseColors.append(QColor(QRgb(0x5d5b59))); QList baseGradients; baseGradients.append(createGradient(baseColors.at(0), defaultColorLevel)); -- cgit v1.2.3