summaryrefslogtreecommitdiffstats
path: root/src/adhoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/adhoc.py')
-rw-r--r--src/adhoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adhoc.py b/src/adhoc.py
index 8d3a57f..0751b1a 100644
--- a/src/adhoc.py
+++ b/src/adhoc.py
@@ -41,7 +41,7 @@ if (rgb_temperatures is None) and (cie_temperatures is None):
# to 3700 K during the day, and 6500 K (neutral) during
# the night. Do not use CIE xyY, hence set cie_temperatures
# to 6500 K (neutral).
- rgb_temperatures = ['3700', '6500']
+ rgb_temperatures = ['3500', '5500']
cie_temperatures = ['6500', '6500']
else:
# If cie_temperatures is specified but not rgb_temperatures,