lukassmida
8/6/2015 - 10:38 PM

Sublime Text 3 - Preferences > Settings - User; Soda (theme), Monokai (color scheme)

Sublime Text 3 - Preferences > Settings - User; Soda (theme), Monokai (color scheme)

{
  "always_show_minimap_viewport": true,
  "bold_folder_labels": true,
  "caret_extra_width": 1,
  "caret_style": "phase",
  "close_windows_when_empty": true,
  "color_scheme": "Packages/User/Monokai (LS).tmTheme",
  "copy_with_empty_selection": true,
  "create_window_at_startup": true,
  "default_encoding": "UTF-8",
  "default_line_ending": "unix",
  "detect_indentation": true,
  "drag_text": false,
  "draw_indent_guides": true,
  "draw_minimap_border": false,
  "draw_white_space": "selection",
  "ensure_newline_at_eof_on_save": true,
  "fade_fold_buttons": false,
  "fold_buttons": true,
  "folder_exclude_patterns":
  [
  ],
  "font_face": "Source Code Pro",
  "font_options":
  [
  	"no_round"
  ],
  "font_size": 11,
  "gutter": true,
  "highlight_line": true,
  "highlight_modified_tabs": true,
  "hot_exit": false,
  "ignored_packages":
  [
  	"SublimeLinter",
  	"Vintage",
  	"Gist",
  	"PyV8",
  	"GitGutter",
  	"FileDiffs",
  	"Git"
  ],
  "indent_guide_options":
  [
  	"draw_active"
  ],
  "line_padding_bottom": -1,
  "line_padding_top": -1,
  "margin": 2,
  "overlay_scroll_bars": "enabled",
  "remember_open_files": true,
  "rulers":
  [
  	80
  ],
  "save_on_focus_lost": true,
  "scroll_past_end": true,
  "scroll_speed": 5.0,
  "shift_tab_unindent": true,
  "show_full_path": true,
  "show_tab_close_buttons": true,
  "smart_indent": true,
  "soda_classic_tabs": false,
  "spell_check": false,
  "tab_size": 2,
  "tabs_medium": true,
  "theme": "Soda Dark 3.sublime-theme",
  "translate_tabs_to_spaces": true,
  "trim_trailing_white_space_on_save": true,
  "word_wrap": true,
  "wrap_width": 80
}