summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/theme
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization/theme')
-rw-r--r--src/datavisualization/theme/thememanager.cpp8
1 files changed, 4 insertions, 4 deletions
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<QColor> 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<QLinearGradient> baseGradients;
baseGradients.append(createGradient(baseColors.at(0), defaultColorLevel));