Last active
September 7, 2016 15:36
-
-
Save mattst/c1e3181696658c5c7ef37f4242749d4e to your computer and use it in GitHub Desktop.
Packages/User/Boxy Tomorrow.sublime-theme
This file contains 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
Show hidden characters
// | |
// Modifications to theme: Boxy Tomorrow.sublime-theme | |
// Location: Packages/User/Boxy Tomorrow.sublime-theme | |
// | |
// The settings below override the theme and its settings | |
// and will be the last values loaded by Sublime Text. | |
// | |
// Note that font sizes can be fractions, e.g. 11.5. | |
// | |
[ | |
{ | |
// Sets the height of tabs. | |
"class": "tabset_control", | |
"tab_height": 36 | |
}, | |
{ | |
// Sets the font size of tabs. | |
"class": "tab_label", | |
"font.size": 11.5 | |
}, | |
{ | |
// Sets the font size of sidebar headings. | |
"class": "sidebar_heading", | |
"font.size": 14 | |
}, | |
{ | |
// Sets the font size of sidebar file names. | |
"class": "sidebar_label", | |
"font.size": 13 | |
}, | |
{ | |
// Sets the font size of the status bar. | |
"class": "label_control", | |
"parents": [{"class": "status_bar"}], | |
"font.size": 11.5 | |
}, | |
{ | |
// Sets the left padding and height of the status bar. | |
"class": "status_container", | |
// "content_margin": [PadOnLeft, Height] | |
"content_margin": [10, 3] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment