summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-12-02 02:09:51 -0500
committerJulie Lala <jules@okfoc.us>2014-12-02 02:09:51 -0500
commitb81539392382af7d450c54e40f8aa0dd0184746a (patch)
tree8db543c1de09b91b28be2304f10a4fc51e976e73
parent9ff87fbff2f89ab64f22d30b35bfb691d8e513de (diff)
5
-rw-r--r--colors.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors.html b/colors.html
index f5f9381..0fa2ae0 100644
--- a/colors.html
+++ b/colors.html
@@ -47,7 +47,7 @@ function lerp_color (lex, start_color, end_color, t, x, y) {
}
lex.char = "x"
}
- else if (t < 5.0) {
+ else if (t < 1.0) {
lex.bg = end_color
lex.fg = start_color
lex.char = (x+y) % 2 ? " " : "x"