Last active
August 13, 2016 13:37
-
-
Save CodeDotJS/5a6312701aabd334f669a210daed877d to your computer and use it in GitHub Desktop.
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
{ | |
"always_show_minimap_viewport": true, | |
"caret_extra_bottom": 3, | |
"caret_extra_top": 3, | |
"caret_extra_width": 1, | |
"caret_style": "blink", | |
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme", | |
"fade_fold_buttons": false, | |
"font_face": "inconsolata", | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"JavaScript", | |
"Materialize", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"show_encoding": true, | |
"show_line_endings": true, | |
"theme": "Boxy Ocean.sublime-theme", | |
"theme_accent_blue": true, | |
"theme_bar": false, | |
"theme_find_panel_close_hidden": true, | |
"theme_find_panel_size_xs": true, | |
"theme_grid_border_size_xl": true, | |
"theme_scrollbar_colored": true, | |
"theme_scrollbar_line": true, | |
"theme_sidebar_size_md": true, | |
"theme_size_md": true, | |
"theme_statusbar_size_xs": true, | |
"theme_tab_arrows_hidden": false, | |
"theme_tab_mouse_wheel_switch": true, | |
"theme_tab_selected_transparent": true, | |
"theme_tab_selected_underlined": true, | |
"theme_tab_separator": true, | |
"theme_tab_size_md": true, | |
"theme_tooltips_font_md": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment