diff options
Diffstat (limited to 'themes/light')
-rw-r--r-- | themes/light/lexer.lua | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/themes/light/lexer.lua b/themes/light/lexer.lua index 4a8eb897..aa7fe003 100644 --- a/themes/light/lexer.lua +++ b/themes/light/lexer.lua @@ -86,10 +86,8 @@ elseif OSX then font_size = 12 end l.style_default = style { - font = font_face, - size = font_size, - fore = l.colors.light_black, - back = l.colors.white + font = font_face, size = font_size, + fore = l.colors.light_black, back = l.colors.white } l.style_line_number = style { fore = l.colors.grey, back = l.colors.white } l.style_bracelight = style { fore = l.colors.light_blue } |