summaryrefslogtreecommitdiffstats
path: root/src/engine/theme.cpp
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-05-17 08:21:36 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-05-17 08:39:17 +0300
commit901d814f94ff502687cc36c94af6daf50c7d43eb (patch)
treece533f2ca5ff690f57b1c5ec26474fffbda5f06a /src/engine/theme.cpp
parent64d9d0d2aed2b0046fc8aac8696484e7c6f9df21 (diff)
Added support for setting tick count
Change-Id: I1dc92d0241d1ae64d0e515595edfaefb50cb22bd Change-Id: I1dc92d0241d1ae64d0e515595edfaefb50cb22bd Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/engine/theme.cpp')
-rw-r--r--src/engine/theme.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/theme.cpp b/src/engine/theme.cpp
index de56947d..a9032e25 100644
--- a/src/engine/theme.cpp
+++ b/src/engine/theme.cpp
@@ -265,7 +265,7 @@ void Theme::useTheme(ColorTheme theme)
m_highlightRowColor = QColor(QRgb(0x038e9b));
m_highlightColumnColor = QColor(QRgb(0x038e9b));
m_lightStrength = 8.0f;
- m_ambientStrength = 0.5f;
+ m_ambientStrength = 0.3f;
m_highlightLightStrength = 10.0f;
m_uniformColor = false;
qDebug("ThemeHighContrast");
@@ -283,9 +283,9 @@ void Theme::useTheme(ColorTheme theme)
m_highlightBarColor = QColor(QRgb(0xf6a625));
m_highlightRowColor = QColor(QRgb(0x6d5fd5));
m_highlightColumnColor = QColor(QRgb(0x6d5fd5));
- m_lightStrength = 3.0f;
- m_ambientStrength = 0.5f;
- m_highlightLightStrength = 6.0f;
+ m_lightStrength = 6.0f;
+ m_ambientStrength = 0.3f;
+ m_highlightLightStrength = 7.0f;
m_uniformColor = true;
qDebug("ThemeLight");
break;