Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
820 views
in Technique[技术] by (71.8m points)

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

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.

question from:https://stackoverflow.com/questions/29871902/change-line-height-in-sublime-text-default-theme-after-changing-the-font-size

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.8k users

...