Skip to main content

Tedshd's Dev note

Category: Sublime

Sublime Text - How to modify font size in sidebar

# Sublime Text - How to modify font size in sidebar In sublime text 3 If you want modify font size in sidebar Follow step Preferences -> Browse Packages Open User directory Create a file File named your theme name How to get it Preferences -> Settings - User -> theme Or default theme Default.sublime-theme Add content [ { "class": "sidebar_label", "font.size": 18 }, ] ## other in Mac the path is ...