diff options
Diffstat (limited to 'js/lex.js')
| -rw-r--r-- | js/lex.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(){ |
