Created
March 12, 2016 06:53
-
-
Save henrytran9x/c5f94418dc6418f416fb to your computer and use it in GitHub Desktop.
Config Setting User My Sublime Text
This file contains hidden or 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
{ | |
"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