summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-22 18:32:08 -0500
committerJules Laplace <jules@okfoc.us>2014-11-22 18:32:08 -0500
commit5907322e23673884ceb48d2a07f930337bdf18db (patch)
treeb4135ed5c0dca4959d0c618484af40cfcf980fcd /index.html
parent8c544b08e8a855635007147cf21e795d74876025 (diff)
stroking brush
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index f56f77d..a6ea2e7 100644
--- a/index.html
+++ b/index.html
@@ -41,7 +41,7 @@ body.grid .focused { box-shadow: inset 0 0 2px white, inset 0 0 2px white, inset
<input type="text" id="cursor_input">
</body>
<script type="text/javascript-shader" id="demo_shader">
- lex.bg = colors[color_hue_order[Math.floor((x+y*y+t)/20)%16]]
+ lex.bg = hue((x+y*y+t/10)/20)
lex.fg = (x+y)%16
lex.char = (y%2) ? ":" : "%"