Skip to content

Instantly share code, notes, and snippets.

@scerelli
Last active May 16, 2016 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scerelli/2abdc6ed701697b2a5f97b3cd1346009 to your computer and use it in GitHub Desktop.
Save scerelli/2abdc6ed701697b2a5f97b3cd1346009 to your computer and use it in GitHub Desktop.
Sublime preferences for seti theme
{
"Seti_SB_bright": true,
"Seti_blue_label": true,
"Seti_sb_tree_miny": true,
"Seti_show_group_arrows": true,
"Seti_sidebar_font_Fira": true,
"Seti_tabs_small": true,
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"color_scheme": "Packages/Seti_UX/Seti.tmTheme",
"command": "paste_and_indent",
"enable_hexadecimal_encoding": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets": true,
"match_brackets_angle": true,
"move_to_limit_on_up_down": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"remember_open_files": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Seti_orig.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment