Sublime 侧栏字体大小调整

其他技术 · Fecmall · 于 5年前 发布 · 2396 次阅读

转载地址:https://medium.com/@felipe.f.m/sublime-text-3-how-to-change-the-font-size-of-the-file-sidebar-2fbcd9f88e12

Sublime 编辑器侧栏菜单的字体太小,可以通过这种方式调整字体大小。

The answers are omitting the square brackets, in the case one is creating the file from scratch.

To recap, for the ST3 users who don’t have the Default.sublime-theme file (which is actually the default configuration), the simplest procedure is:

Navigate to Sublime Text -> Preferences -> Browse Packages Open the User directory Create a file named Default.sublime-theme (if you're using the default theme, otherwise use the theme name, e.g. Material-Theme-Darker.sublime-theme) with the following content (modify font.size as required):

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

For reference, here there is the full file (as found in ST2).

共收到 0 条回复
没有找到数据。
添加回复 (需要登录)
需要 登录 后方可回复, 如果你还没有账号请点击这里 注册
Your Site Analytics