Skip to content

Instantly share code, notes, and snippets.

@tuffs
Last active June 14, 2018 01:10
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 tuffs/6d65d2320336635ec233deac0174f089 to your computer and use it in GitHub Desktop.
Save tuffs/6d65d2320336635ec233deac0174f089 to your computer and use it in GitHub Desktop.
DKS Sublime Text 3 Mac OS X Settings File
{
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"caret_extra_width": 10,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Chromodynamics/Chromodynamics.tmTheme",
"font_face": "Monaco",
"font_size": 18,
"highlight_line": true,
"ignored_packages":
[
"ActionScript",
"Ruby",
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"material_theme_tree_headings": true,
"rulers":
[
95
],
"scroll_speed": 5,
"tab_size": 2,
"theme": "Boxy Tomorrow.sublime-theme",
"ui_scale": 1.25,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment