Skip to content

Instantly share code, notes, and snippets.

@sayak-sarkar
Last active November 15, 2017 17:59
Show Gist options
  • Save sayak-sarkar/5bb2dfea84139ab3b426 to your computer and use it in GitHub Desktop.
Save sayak-sarkar/5bb2dfea84139ab3b426 to your computer and use it in GitHub Desktop.
My Sublime Text 3 settings.
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by file type specific settings.
{
"Seti_ClosedFolder_remove": true,
"Seti_show_group_arrows": true,
"always_show_minimap_viewport": true,
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin",
"auto_complete_triggers":
[
{
"characters": "ng-controller=\"*",
"selector": "punctuation.definition.string"
}
],
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"font_options":
[
"gray_antialias"
],
"font_size": 11,
"ignored_packages":
[
"Seti_UX",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"tabs_medium": true,
"theme": "Material-Theme-Darker.sublime-theme"
}
@sayak-sarkar
Copy link
Author

sublime-theme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment