From 8ab63ce03aa921f5ab93e9d8b70a257d10a1f281 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 29 Jun 2015 23:49:04 -0400 Subject: add tims palettes to css --- js/lex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/lex.js') diff --git a/js/lex.js b/js/lex.js index 949506e..b8fbd42 100644 --- a/js/lex.js +++ b/js/lex.js @@ -24,7 +24,7 @@ Lex.prototype.css = function(){ ) + ( 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)] + "f" + color_alphabet[mod(this.fg,16)] + " b" + color_alphabet[mod(this.bg,16)] ) } Lex.prototype.html = function(){ -- cgit v1.2.3-70-g09d2