Skip to content

Instantly share code, notes, and snippets.

@rudyryk
Created June 8, 2018 14:40
Show Gist options
  • Save rudyryk/f9f22cc950f4fe1ca9541a9864728f1a to your computer and use it in GitHub Desktop.
Save rudyryk/f9f22cc950f4fe1ca9541a9864728f1a to your computer and use it in GitHub Desktop.
Larger fonts in Sublime Text 3
[
{
"class": "sidebar_label",
"font.bold": false,
"font.size": 16
},
{
"class": "tab_label",
"font.bold": false,
"font.size": 14
}
]
@rudyryk
Copy link
Author

rudyryk commented Jun 8, 2018

Put contents above to file

Browse Packages ... -> User -> Default.sublime-theme

where Default.sublime-theme is the name of current theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment