summaryrefslogtreecommitdiff
path: root/colors.html
diff options
context:
space:
mode:
Diffstat (limited to 'colors.html')
-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"