From 95773a42816d4ca7f749ad59c54e80c9f706e6b3 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 3 Sep 2009 23:20:31 -0400 Subject: Added 'style_whitespace' to lexer themes. --- themes/light/lexer.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/light/lexer.lua') diff --git a/themes/light/lexer.lua b/themes/light/lexer.lua index 67a977dc..930443a2 100644 --- a/themes/light/lexer.lua +++ b/themes/light/lexer.lua @@ -39,6 +39,7 @@ style_preproc = style { fore = colors.red } style_tag = style { fore = colors.teal, bold = true } style_type = style { fore = colors.green } style_variable = style { fore = colors.red } +style_whitespace = style { } style_embedded = style_tag..{ back = color('DD', 'DD', 'DD') } style_identifier = style_nothing -- cgit v1.2.3