diff options
| author | Julie Lala <jules@okfoc.us> | 2014-12-02 02:09:51 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-12-02 02:09:51 -0500 |
| commit | b81539392382af7d450c54e40f8aa0dd0184746a (patch) | |
| tree | 8db543c1de09b91b28be2304f10a4fc51e976e73 /colors.html | |
| parent | 9ff87fbff2f89ab64f22d30b35bfb691d8e513de (diff) | |
5
Diffstat (limited to 'colors.html')
| -rw-r--r-- | colors.html | 2 |
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" |
