home: gammastep: change default night temperature
I want the colour to be warmer, and blues even more attenuated.
This commit is contained in:
parent
e0fe15aa2b
commit
d111e16bea
|
@ -20,7 +20,7 @@ in
|
|||
|
||||
temperature = {
|
||||
day = mkTempOption "Colour temperature to use during the day" 6500;
|
||||
night = mkTempOption "Colour temperature to use during the night" 2500;
|
||||
night = mkTempOption "Colour temperature to use during the night" 2000;
|
||||
};
|
||||
|
||||
times = {
|
||||
|
|
Loading…
Reference in a new issue