aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.c
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2017-01-14 12:04:12 -0500
committerGitHub <noreply@github.com>2017-01-14 12:04:12 -0500
commit6f0a0ab94f8c73701b3e1d4563962a191c21f478 (patch)
tree869c6e8660a8992847daf6f7f763806c5e8d82dc /src/redshift.c
parentMerge pull request #421 from jonls/randr-adjust-multiple (diff)
parentredshift.c: Use 6500K and 4500K by default (diff)
downloadredshift-ng-6f0a0ab94f8c73701b3e1d4563962a191c21f478.tar.gz
redshift-ng-6f0a0ab94f8c73701b3e1d4563962a191c21f478.tar.bz2
redshift-ng-6f0a0ab94f8c73701b3e1d4563962a191c21f478.tar.xz
Merge pull request #420 from jonls/default-temperature
redshift.c: Use 6500K and 4500K by default
Diffstat (limited to 'src/redshift.c')
-rw-r--r--src/redshift.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/redshift.c b/src/redshift.c
index bf741bb..6eefd7d 100644
--- a/src/redshift.c
+++ b/src/redshift.c
@@ -273,8 +273,8 @@ static const location_provider_t location_providers[] = {
#define MAX_GAMMA 10.0
/* Default values for parameters. */
-#define DEFAULT_DAY_TEMP 5500
-#define DEFAULT_NIGHT_TEMP 3500
+#define DEFAULT_DAY_TEMP 6500
+#define DEFAULT_NIGHT_TEMP 4500
#define DEFAULT_BRIGHTNESS 1.0
#define DEFAULT_GAMMA 1.0