Last active
March 12, 2017 04:14
-
-
Save nissicreative/174c9127f07c451f8d4dca7a867f5f19 to your computer and use it in GitHub Desktop.
Cobalt 2 Theme 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
Show hidden characters
{ | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 2, | |
"caret_extra_top": 2, | |
"caret_extra_width": 3, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme", | |
"font_size": 15, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": [ | |
"Blade Snippets", | |
"DashDoc", | |
"Laravel 5 Snippets", | |
"Markdown", | |
"PackageResourceViewer", | |
"ScopeHunter", | |
"SublimeCodeIntel", | |
"Vintage" | |
], | |
"ignored_words": [ | |
"php" | |
], | |
"indent_guide_options": [ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"overlay_scroll_bars": "enabled", | |
"theme": "Cobalt2.sublime-theme", | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true, | |
"wide_caret": true, | |
"ensure_newline_at_eof_on_save": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment