aboutsummaryrefslogtreecommitdiff
path: root/themes/dark/lexer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/dark/lexer.lua')
-rw-r--r--themes/dark/lexer.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/dark/lexer.lua b/themes/dark/lexer.lua
index 9138e11b..128e1a69 100644
--- a/themes/dark/lexer.lua
+++ b/themes/dark/lexer.lua
@@ -32,6 +32,7 @@ style_preproc = style { fore = colors.blue }
style_tag = style { fore = colors.teal, bold = true }
style_type = style { fore = colors.green }
style_variable = style { fore = colors.white, italic = true }
+style_whitespace = style { }
style_embedded = style_tag..{ back = color('44', '44', '44') }
style_identifier = style_nothing