Skip to content

Instantly share code, notes, and snippets.

@nickbytes
Forked from jstn/Preferences.sublime-settings
Created October 17, 2016 16:02
Show Gist options
  • Select an option

  • Save nickbytes/aa4a9d835cbdeab97d6547792079ea2c to your computer and use it in GitHub Desktop.

Select an option

Save nickbytes/aa4a9d835cbdeab97d6547792079ea2c to your computer and use it in GitHub Desktop.

Revisions

  1. @jstn jstn created this gist Oct 17, 2016.
    53 changes: 53 additions & 0 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,53 @@
    // requires packages "Agila Theme" and "Base16 Color Schemes"

    {
    "caret_extra_bottom": 2,
    "caret_extra_top": 2,
    "caret_extra_width": 1,
    "caret_style": "phase",
    "color_scheme": "Packages/Base16 Color Schemes/Themes/base16-oceanicnext.tmTheme",
    "create_window_at_startup": false,
    "ensure_newline_at_eof_on_save": true,
    "fold_buttons": false,
    "folder_exclude_patterns":
    [
    ".git",
    "tmp",
    "log"
    ],
    "font_face": "OperatorMonoSSm-Medium",
    "font_options":
    [
    "gray_antialias"
    ],
    "font_size": 13,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
    "Vintage"
    ],
    "indent_guide_options":
    [
    "draw_active"
    ],
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "margin": 8,
    "preview_on_click": false,
    "save_on_focus_lost": true,
    "scroll_past_end": true,
    "show_full_path": true,
    "tab_size": 2,
    "theme": "Agila Origin.sublime-theme",
    "theme_agila_active_tab_entry_yellow": true,
    "theme_agila_camouflage": true,
    "theme_agila_compact_sidebar": true,
    "theme_agila_compact_tab": true,
    "theme_agila_sidebar_font_small": true,
    "theme_agila_sidebar_light_icons": true,
    "theme_agila_sidebar_mini": true,
    "theme_agila_sidebar_selected_entry_yellow": true,
    "translate_tabs_to_spaces": true,
    "tree_animation_enabled": false,
    "trim_trailing_white_space_on_save": true
    }