summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>