Skip to content

Instantly share code, notes, and snippets.

@tcelestino
Last active October 15, 2017 22:31
Show Gist options
  • Save tcelestino/5685463 to your computer and use it in GitHub Desktop.
Save tcelestino/5685463 to your computer and use it in GitHub Desktop.
My preference Sublime Text IDE
https://packagecontrol.io/packages/Theme%20-%20SoDaReloaded
https://packagecontrol.io/packages/Monokai%20-%20Spacegray
{
"in_process_packages":
[
],
"installed_packages":
[
"Aurora Color Scheme",
"EditorConfig",
"Emmet",
"Git",
"GitGutter",
"HTML-CSS-JS Prettify",
"JSHint",
"JSX",
"Markdown Extended",
"Markdown Preview",
"Oceanic Color Scheme",
"Package Control",
"Sass",
"SideBarEnhancements",
"SublimeLinter",
"SublimeLinter-jshint",
"SublimeLinter-jsxhint",
"Tag",
"Theme - Flatland"
]
}
{
"color_scheme": "Packages/User/SublimeLinter/Flatland Monokai (SL).tmTheme",
"ignored_packages":
[
"Vintage"
],
"theme": "Flatland Dark.sublime-theme",
"font_face": "Monaco",
"font_size": 14,
"caret_extra_width": 2,
"bold_folder_labels": true,
"detect_slow_plugins": false,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"highlight_line": false,
"highlight_modified_tabs": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"show_minimap": false,
"tab_size": 2,
"tabs_small": true,
"theme": "SoDaReloaded Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment