Skip to content

Instantly share code, notes, and snippets.

@alexcican
Last active March 7, 2024 05:37
Show Gist options
  • Star 35 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save alexcican/5248905 to your computer and use it in GitHub Desktop.
Save alexcican/5248905 to your computer and use it in GitHub Desktop.
SublimeText User settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Tomorrow-Night-Eighties.tmTheme",
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache",
"tmp"
],
"font_face": "Menlo",
"font_size": 12.0,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"scroll_past_end": false,
"scroll_speed": 5.0,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true,
"trim_trailing_white_space_on_save": true,
"open_files_in_new_window": false,
"bold_folder_labels": true
}
@alexcican
Copy link
Author

Download the theme and colour scheme mentioned in the settings.

@rrouse
Copy link

rrouse commented Mar 28, 2013

The color scheme is also in Package Control
(I packaged and submitted in a while back)

@alexcican
Copy link
Author

@rrouse: thanks, I didn’t know that!

@bhavan07
Copy link

please provide the instructions over a link or something to apply this config to my sublime....

@mluzitano
Copy link

This is a beautiful set up! The only thing I changed was I really like Source Code Pro for a font, although maybe I'm just more used to it. Thanks for posting this.

@alexcican
Copy link
Author

@alexcican
Copy link
Author

alexcican commented Sep 13, 2016

Updated for 2016:

{
    "Seti_SB_bright": true,
    "Seti_blue_tab_label": true,
    "Seti_no_bar_undertabs": true,
    "Seti_no_blue_bar": true,
    "Seti_orange_button": true,
    "Seti_orange_label": true,
    "Seti_sb_wild": true,
    "Seti_tabs_small": true,
    "auto_complete_commit_on_tab": true,
    "caret_extra_bottom": 2,
    "caret_extra_top": 2,
    "caret_extra_width": 2,
    "caret_style": "phase",
    "color_scheme": "Packages/Seti_UX/Seti.tmTheme",
    "file_exclude_patterns":
    [
        ".DS_Store"
    ],
    "folder_exclude_patterns":
    [
        "bin",
        ".bundle",
        ".git",
        ".sass-cache",
        "tmp"
    ],
    "font_face": "Menlo",
    "font_size": 14,
    "gutter": true,
    "highlight_line": true,
    "ignored_packages":
    [
        "Vintage"
    ],
    "line_padding_bottom": 4,
    "line_padding_top": 4,
    "margin": 4,
    "open_files_in_new_window": false,
    "scroll_past_end": false,
    "scroll_speed": 2.0,
    "tab_size": 2,
    "theme": "Seti_orig.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