summaryrefslogtreecommitdiffstats
path: root/src/engine/theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/theme.cpp')
-rw-r--r--src/engine/theme.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/theme.cpp b/src/engine/theme.cpp
index 5e3d0540..15a66dfc 100644
--- a/src/engine/theme.cpp
+++ b/src/engine/theme.cpp
@@ -50,8 +50,8 @@ QTCOMMERCIALDATAVIS3D_BEGIN_NAMESPACE
Theme::Theme()
: m_baseColor(QColor(Qt::gray)),
- m_heightColor(QColor(Qt::white)),
- m_depthColor(QColor(Qt::darkGray)),
+ m_heightColor(QColor(Qt::black)),
+ m_depthColor(QColor(Qt::black)),
m_backgroundColor(QColor(Qt::gray)),
m_windowColor(QColor(Qt::gray)),
m_textColor(QColor(Qt::white)),