Skip to content

Instantly share code, notes, and snippets.

@henrytran9x
Created March 12, 2016 06:53
Show Gist options
  • Save henrytran9x/c5f94418dc6418f416fb to your computer and use it in GitHub Desktop.
Save henrytran9x/c5f94418dc6418f416fb to your computer and use it in GitHub Desktop.
Config Setting User My Sublime Text
{
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"theme": "Cobalt2.sublime-theme",
"highlight_line": true,
"indent_guide_options": [ "draw_normal", "draw_active" ],
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"wide_caret": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "phase",
"bold_folder_labels": true,
"font_size":12,
"sidebar_font_big": true,
"sidebar_large": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment