Skip to content

Instantly share code, notes, and snippets.

@mattst
Last active September 7, 2016 15:36
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 mattst/c1e3181696658c5c7ef37f4242749d4e to your computer and use it in GitHub Desktop.
Save mattst/c1e3181696658c5c7ef37f4242749d4e to your computer and use it in GitHub Desktop.
Packages/User/Boxy Tomorrow.sublime-theme
//
// 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