Created
June 8, 2018 14:40
-
-
Save rudyryk/f9f22cc950f4fe1ca9541a9864728f1a to your computer and use it in GitHub Desktop.
Larger fonts in Sublime Text 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"class": "sidebar_label", | |
"font.bold": false, | |
"font.size": 16 | |
}, | |
{ | |
"class": "tab_label", | |
"font.bold": false, | |
"font.size": 14 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put contents above to file
Browse Packages ... -> User -> Default.sublime-theme
where
Default.sublime-theme
is the name of current theme.