Sublime Text - How to modify font size in sidebar
Table of Contents
#
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
~/Library/Application Support/Sublime Text 3/Packages/User
Reference - Sublime Text 3 how to change the font size of the file sidebar?