diff options
Diffstat (limited to 'themes/light/lexer.lua')
-rw-r--r-- | themes/light/lexer.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |