Sublime Text 2 如何更改文件侧边栏的字体大小? [英] Sublime Text 2 how to change the font size of the file sidebar?

查看:47
本文介绍了Sublime Text 2 如何更改文件侧边栏的字体大小?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

文件侧边栏的当前字体大小对我来说太小了.我怎样才能让它变大?

The current font size of the file sidebar is to small for me. How can I make it larger?

推荐答案

选择 Preferences/Browse Packages...,然后进入 Theme - Default 目录.

Select Preferences / Browse Packages…, and go to Theme - Default directory.

使用编辑器打开 Default.sublime-theme 并搜索 sidebar_label 字符串.你应该找到类似的东西:

Open Default.sublime-theme with your editor and search for sidebar_label string. You should find something like:

{
    "class": "sidebar_label",
    "color": [0, 0, 0],
    "font.bold": false
}

您可以在此处添加您喜欢的字体大小:

You can add here the font size you prefer:

{
    "class": "sidebar_label",
    "color": [0, 0, 0],
    "font.bold": false,
    "font.size": 14.0
}

这篇关于Sublime Text 2 如何更改文件侧边栏的字体大小?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆