summaryrefslogtreecommitdiff
path: root/js/lex.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/lex.js')
-rw-r--r--js/lex.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/lex.js b/js/lex.js
index 8a6d248..e684eea 100644
--- a/js/lex.js
+++ b/js/lex.js
@@ -23,8 +23,8 @@ Lex.prototype.css = function(){
"focused " : ""
) + (
this.opacity === 0 ?
- "transparent f" + color_alphabet[mod(this.fg,16)] :
- "f" + color_alphabet[mod(this.fg,16)] + " b" + color_alphabet[mod(this.bg,16)]
+ "transparent f" + color_alphabet[modi(this.fg,16)] :
+ "f" + color_alphabet[modi(this.fg,16)] + " b" + color_alphabet[modi(this.bg,16)]
)
}
Lex.prototype.html = function(){