Skip to content

Instantly share code, notes, and snippets.

@andrielfn
Created April 18, 2016 00:37
Show Gist options
  • Save andrielfn/6b9907b9d3ae4aeeee41c24492b03166 to your computer and use it in GitHub Desktop.
Save andrielfn/6b9907b9d3ae4aeeee41c24492b03166 to your computer and use it in GitHub Desktop.
ST3 Afterglow theme config
{
"auto_complete": true,
"auto_complete_selector": "source - comment",
"auto_indent": true,
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Colorsublime - Themes/Afterglow.tmTheme",
"detect_indentation": true,
"draw_indent_guides": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.o",
".DS_Store",
"*.psd",
"*.db",
"*.sqlite3",
"*.scssc",
".woff"
],
"folder_exclude_patterns":
[
".git",
"log",
".sass-cache",
"tmp/cache",
"tmp/capybara",
"tmp/session",
"public/assets",
"node_modules",
"vendor/bundle",
"Godeps",
"coverage"
],
"font_face": "Source Code Pro for Powerline",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"GoSublime",
"PHP",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"rulers":
[
100,
120
],
"show_full_path": true,
"tab_size": 2,
"tabs_padding_small": true,
"tabs_small": true,
"theme": "Afterglow-green.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment