diff options
Diffstat (limited to 'themes/dark/view.lua')
-rwxr-xr-x | themes/dark/view.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/dark/view.lua b/themes/dark/view.lua index f6a995c0..9029a8f5 100755 --- a/themes/dark/view.lua +++ b/themes/dark/view.lua @@ -52,8 +52,7 @@ buffer.caret_line_back = 4473924 -- 0x44 | 0x44 << 8 | 0x44 << 16 --buffer.caret_sticky = 1 -- Line Number Margin. -buffer.margin_width_n[0] = 4 + 3 * - buffer:text_width(c.STYLE_LINENUMBER, '9') +buffer.margin_width_n[0] = 4 + 4 * buffer:text_width(c.STYLE_LINENUMBER, '9') -- Marker Margin. buffer.margin_width_n[1] = 0 -- marker margin invisible |