Skip to content

Instantly share code, notes, and snippets.

@i3zhe
Created July 16, 2013 05:50
Show Gist options
  • Save i3zhe/6006092 to your computer and use it in GitHub Desktop.
Save i3zhe/6006092 to your computer and use it in GitHub Desktop.
Sublime Text 3 Custom Settings
{
"color_scheme": "Packages/User/Tubnil.tmTheme",
"colored_folder_glyphs": true,
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
120
],
"sidebar_folders": true,
"tab_size": 2,
"theme": "Nil.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment