summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2015-05-22 19:50:40 +0200
committerJulie Lala <jules@okfoc.us>2015-05-22 19:50:40 +0200
commit332974cf36e0bc4d5da1e684209b425fd9fd53a0 (patch)
tree16e5725a8e02a16f2155d58248a2450061aec138 /index.html
parent76109b7a5f2b5ea4b24fa0c6dfbd3df9d1b07226 (diff)
parent8e8f6ac32d11ca3415294a0c34a6780f1becf420 (diff)
Merge branch 'master' of ghghgh.us:ascii
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 9ab5ae0..33c5d43 100644
--- a/index.html
+++ b/index.html
@@ -80,8 +80,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>