Skip to content

Instantly share code, notes, and snippets.

@dalemanthei
Created December 20, 2014 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalemanthei/87ea74806ce0c8b2ea37 to your computer and use it in GitHub Desktop.
Save dalemanthei/87ea74806ce0c8b2ea37 to your computer and use it in GitHub Desktop.
Sublime Text 3 theme configuration to boost/set the status bar font size
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"color": [148, 149, 151],
"shadow_color": [200, 200, 200],
"shadow_offset": [0, 0],
"font.size": 15,
"font.bold" : false
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment