summaryrefslogtreecommitdiff
path: root/src/settings.cc
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-08-03 09:31:17 +0000
committerStijn Buys <ingar@osirion.org>2013-08-03 09:31:17 +0000
commitd7f292f0abbffb24dc683d754a2ab4b8b2938cc0 (patch)
treeab84004b8ab38916803ac39feea84f111b59df73 /src/settings.cc
parent850441d72ad73e6bcf3570e3f62287c28eaead31 (diff)
Adds an option to mark cells with a unique solution.
Diffstat (limited to 'src/settings.cc')
-rw-r--r--src/settings.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.cc b/src/settings.cc
index 19e3c17..14b40ec 100644
--- a/src/settings.cc
+++ b/src/settings.cc
@@ -16,7 +16,8 @@ Settings::Settings() :
m_homePath(),
m_colorInvalidValue(255, 0, 0),
m_colorInputError(195, 195, 195),
- m_colorSolved(192, 255, 192)
+ m_colorSolved(192, 255, 192),
+ m_colorHintUnique(255, 255, 127)
{
#ifdef _WIN32
// get the full path for "Applicaton Data"