diff options
Diffstat (limited to 'themes/light')
-rw-r--r-- | themes/light/lexer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light/lexer.lua b/themes/light/lexer.lua index 8b059210..30140535 100644 --- a/themes/light/lexer.lua +++ b/themes/light/lexer.lua @@ -48,7 +48,7 @@ local font_face = '!Bitstream Vera Sans Mono' local font_size = 10 if WIN32 then font_face = '!Courier New' -elseif MAC then +elseif OSX then font_face = '!Monaco' font_size = 12 end |