sublime increase tab font size

  • 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) and add the following text
vi /root/.config/sublime-text-3/Packages/User/Default.sublime-theme
[     {
"class": "tab_label",
"font.size": 13
},
]

Leave a Reply

Your email address will not be published. Required fields are marked *