diff options
Diffstat (limited to 'themes/dark')
-rw-r--r-- | themes/dark/lexer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/dark/lexer.lua b/themes/dark/lexer.lua index 9e8fa9e9..5338747e 100644 --- a/themes/dark/lexer.lua +++ b/themes/dark/lexer.lua @@ -41,7 +41,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 |