Sublime Text 3 how to change the font size of the file sidebar?

前端 未结 13 612
难免孤独
难免孤独 2020-12-04 05:32

Though I have tried to modify \"font.size\" in classes like \"Label_control\" and \"sidebar_control\" in the Package \"Theme-Default\", the font size of the editor does not

13条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-04 05:56

    I use Soda Dark 3 with icons enabled. So by just renaming it erases all the icons enabled with it. So I just leave the Default as it is and created a new file Soda Dark 3.sublime-theme and just have the following in the content

    [
    {
        "class": "label_control",
        "color": [150, 25, 25],
        "shadow_color": [24, 24, 24],
        "shadow_offset": [0, -1],
        "font.size": 16,
        "font.bold": true
    },
    

    ]

    So in Mac is it at /Users/gugovind/Library/Application Support/Sublime Text 3/Packages/User/

提交回复
热议问题