Skip to content

Instantly share code, notes, and snippets.

@zrod
Last active September 26, 2015 04:33
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 zrod/585ac951ec8ab5bd8c0d to your computer and use it in GitHub Desktop.
Save zrod/585ac951ec8ab5bd8c0d to your computer and use it in GitHub Desktop.
[
{
"class": "sidebar_label",
"font.bold": false,
"font.face": "Lucida Grande",
"font.size": 11
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable"]}],
"settings": ["bold_folder_labels"],
"font.bold": true,
"font.size": 11,
"font.face": "Lucida Grande"
},
{
"class": "sidebar_tree",
"row_padding": [8, 6],
"font.face": "Lucida Grande"
},
]
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by file type specific settings.
{
"font_face": "Monospace",
"font_size": 9,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"translate_tabs_to_spaces": true,
"highlight_line": true,
"bold_folder_labels": true,
}
{
"bold_folder_labels": true,
"font_face": "Droid Sans mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 10,
"theme": "SoDaReloaded.sublime-theme",
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"translate_tabs_to_spaces": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment