change line height in sublime text default theme after changing the font-size

Masu picture Masu · Apr 26, 2015 · Viewed 23.2k times · Source

I found this link on stackoverflow: Sublime Text 2 how to change the font size of the file sidebar?

I followed the directions and changed the font size, but now the font is too big with too small of a line height, so it looks stacked on top of each other and cut off, without any room to breathe.

Is there a json label that I can use to change the line height/padding? Thanks.

Answer

Sazzadur Rahman picture Sazzadur Rahman · Aug 11, 2015

Go to Preferences>Settings-User and add this two line:

{
    "line_padding_bottom": 3,
    "line_padding_top": 3,
}