aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/dark/lexer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/dark/lexer.lua')
-rw-r--r--themes/dark/lexer.lua6
1 files changed, 2 insertions, 4 deletions
diff --git a/themes/dark/lexer.lua b/themes/dark/lexer.lua
index da02a6ab..c752ffc3 100644
--- a/themes/dark/lexer.lua
+++ b/themes/dark/lexer.lua
@@ -87,10 +87,8 @@ elseif OSX then
font_size = 12
end
l.style_default = style {
- font = font_face,
- size = font_size,
- fore = l.colors.light_grey,
- back = l.colors.black
+ font = font_face, size = font_size,
+ fore = l.colors.light_grey, back = l.colors.black
}
l.style_line_number = style { fore = l.colors.dark_grey, back = l.colors.black }
l.style_bracelight = style { fore = l.colors.light_blue }