Skip to content

Instantly share code, notes, and snippets.

@xhezairbey
Last active August 29, 2015 14:10
Show Gist options
  • Save xhezairbey/664b06c694f408b1c32e to your computer and use it in GitHub Desktop.
Save xhezairbey/664b06c694f408b1c32e to your computer and use it in GitHub Desktop.
My Sublime Text 3 Configuration
{
"bold_folder_labels": true,
"color_scheme": "Packages/Base16 Color Schemes/base16-default.light.tmTheme",
"font_options": "subpixel_antialias",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
100
],
"soda_classic_tabs": true,
"soda_folder_icons": true,
"scroll_past_end": true,
"spacegray_tabs_font_normal": true,
"tab_completion": false,
"tab_size": 4,
"theme": "Soda Light 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": false,
"word_wrap": true,
"wrap_width": 100
}
[
{
"class": "tabset_control",
"tab_height": 28
},
{
"class": "tab_label",
"settings": ["highlight_modified_tabs"],
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"fg": [220, 30, 15]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment