summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2015-05-22 12:32:25 -0400
committerJules <jules@asdf.us>2015-05-22 12:32:25 -0400
commit8e8f6ac32d11ca3415294a0c34a6780f1becf420 (patch)
treed86c57917a93fde4e7cc2c8a9873d8a6f37dabe3 /index.html
parent6037078f595ec80a25dcef213383745b3a0bbd50 (diff)
colors
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 057c0a1..d0e5b98 100644
--- a/index.html
+++ b/index.html
@@ -79,8 +79,8 @@
</body>
<script type="text/javascript-shader" id="demo_shader">
lex.bg = hue((x+y*y+t/10)/20)
- lex.fg = (x+y)%16
- lex.char = (y%2) ? ":" : "%"
+ lex.fg = colors.white
+ lex.char = " "
lex.opacity = 1
</script>
<script src="js/util.js"></script>