Last active
March 7, 2024 05:37
-
-
Save alexcican/5248905 to your computer and use it in GitHub Desktop.
SublimeText User settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} |
The color scheme is also in Package Control
(I packaged and submitted in a while back)
@rrouse: thanks, I didn’t know that!
please provide the instructions over a link or something to apply this config to my sublime....
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.
@bhavan07: Sublime > Preferences > Settings - User. Screenshot: https://www.dropbox.com/s/vkhfqjroi68wood/Screenshot%202015-05-20%2009.22.04.png
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
Download the theme and colour scheme mentioned in the settings.