Skip to content

Instantly share code, notes, and snippets.

@zbyna
Created March 18, 2017 18:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zbyna/5250fd49a805fd0fe0853cb5256101ee to your computer and use it in GitHub Desktop.
Save zbyna/5250fd49a805fd0fe0853cb5256101ee to your computer and use it in GitHub Desktop.
Bigger status bar font in Sublime Text 3 - Soda Dark 3.sublime-theme
[
// Status bar label
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"color": [150, 150, 150],
"shadow_color": [25, 25, 25],
"shadow_offset": [0, -1],
"font.size" : 14
}
]
@szekelygobe
Copy link

Nice, thank you!

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