From b8d2dfbbd1c934a7c09da3a25a4c53ff0c459e92 Mon Sep 17 00:00:00 2001 From: timb Date: Sat, 9 May 2015 06:25:22 -0700 Subject: fix application of palette to brush for fg text coloring --- js/ui/palette.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/ui') diff --git a/js/ui/palette.js b/js/ui/palette.js index f5dee8c..63ea20e 100644 --- a/js/ui/palette.js +++ b/js/ui/palette.js @@ -14,7 +14,7 @@ var palette = (function(){ palette.forEach(function(lex,x,y){ if (y < 2) { lex.bg = palette_fn(x>>1) - lex.fg = fillColor + lex.fg = palette_fn(x>>1) } else { lex.bg = fillColor -- cgit v1.2.3-70-g09d2