Skip to content

Instantly share code, notes, and snippets.

@viko16
Last active February 10, 2017 06:42
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 viko16/19c9609bbbfd3cf879bb to your computer and use it in GitHub Desktop.
Save viko16/19c9609bbbfd3cf879bb to your computer and use it in GitHub Desktop.
Sublime Text 3 自己的配置
{
// "color_scheme": "Packages/ayu/ayu-dark.tmTheme",
"create_window_at_startup": false,
"font_face": "Ubuntu mono",
"font_size": 14,
"ignored_packages":
[
"Git",
"GitGutter",
"Vintage"
],
"index_exclude_patterns":
[
"*.log",
"*/node_modules/*",
"*/bower_modules/*",
"*/bower_components/*",
"node_modules"
],
"open_files_in_new_window": false,
// "theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"ui_big_tabs": true,
"ui_fix_tab_labels": true,
"ui_font_size_small": true,
"ui_separator": true,
"theme": "ayu-mirage.sublime-theme",
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment