search

Home  >  Q&A  >  body text

javascript - Can the font in the left column of sublime be enlarged?

Can the font and folder icons in the left menu bar of sublime be set in size?

欧阳克欧阳克2762 days ago907

reply all(1)I'll reply

  • 巴扎黑

    巴扎黑2017-06-20 10:08:45

    Menu bar -> Preferences -> Browse packages -> Enter the User folder
    Find the configuration file corresponding to the current theme (such as: Default.sublime-theme or Material-Theme.sublime-theme)

    (如果没找到配置文件请根据当前的主题名称自行创建)

    Modify configuration:
    [

    
    {
        "class": "tab_label",
        "font.size": 11
    },
    {
        "class": "sidebar_label",
        "font.size": 13
    }

    ]

    reply
    0
  • Cancelreply