Created
March 18, 2017 18:51
-
-
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
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
[ | |
// 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 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice, thank you!