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 = {
|
temperature = {
|
||||||
day = mkTempOption "Colour temperature to use during the day" 6500;
|
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 = {
|
times = {
|
||||||
|
|
Loading…
Reference in a new issue