summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-02-07 12:53:02 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-02-07 12:53:02 -0500
commit7af911f4d1f24883dcf78b43f1327442f86c9737 (patch)
tree3363c17266953537761974266710a071f0299eef
parent44f4cfcfc33eafd041e3580e1f62f7cde155bf60 (diff)
Slightly change the color of the daily date colors.
-rw-r--r--colordate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/colordate.js b/colordate.js
index 22be25b..e5331eb 100644
--- a/colordate.js
+++ b/colordate.js
@@ -21,7 +21,7 @@
};
var date2color = function(t) {
- var max = 0xF3;
+ var max = 0xFF;
var red = mapRange([now-oneday, now-(oneday/2)],
[max, 0],
t);