aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.c
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2017-01-08 15:44:58 -0500
committerGitHub <noreply@github.com>2017-01-08 15:44:58 -0500
commitd7b7caf990426b10aef3b6a9bbec9ee78161a52d (patch)
tree3c05f274099689da24a5862f440bef74e52b38f4 /src/redshift.c
parentMerge pull request #419 from jonls/macos-plist (diff)
downloadredshift-ng-d7b7caf990426b10aef3b6a9bbec9ee78161a52d.tar.gz
redshift-ng-d7b7caf990426b10aef3b6a9bbec9ee78161a52d.tar.bz2
redshift-ng-d7b7caf990426b10aef3b6a9bbec9ee78161a52d.tar.xz
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