Last active
December 31, 2017 07:41
-
-
Save tdchien/582c48330ac0311a8680762b3291959a to your computer and use it in GitHub Desktop.
Sublime Text 3 - User setting
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
Show hidden characters
{ | |
"color_scheme": "Packages/Agila Theme/Agila Dracula.tmTheme", | |
"default_line_ending": "unix", | |
"detect_indentation": true, | |
"detect_slow_plugins": false, | |
"drag_text": false, | |
"draw_white_space": "all", | |
"fallback_encoding": "UTF-8", | |
"font_size": 11, | |
"highlight_line": false, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"index_files": false, | |
"line_padding_bottom": 5, | |
"line_padding_top": 5, | |
"material_theme_accent_cyan": true, | |
"material_theme_compact_panel": true, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": true, | |
"material_theme_tabs_separator": true, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"skin": "Agila Theme/Agila - Dracula", | |
"theme": "Agila Dracula.sublime-theme", | |
"theme_agila_auto_complete_gray": false, | |
"theme_agila_auto_complete_lightblue": true, | |
"theme_agila_auto_complete_pink": false, | |
"theme_agila_auto_complete_white": false, | |
"theme_agila_auto_complete_yellow": false, | |
"theme_agila_compact_tab": true, | |
"theme_agila_horizontal_scrollbar_gray": false, | |
"theme_agila_horizontal_scrollbar_invisible": false, | |
"theme_agila_horizontal_scrollbar_lightblue": false, | |
"theme_agila_horizontal_scrollbar_pink": false, | |
"theme_agila_horizontal_scrollbar_thicker": true, | |
"theme_agila_horizontal_scrollbar_thickest": false, | |
"theme_agila_horizontal_scrollbar_thinner": false, | |
"theme_agila_horizontal_scrollbar_thinnest": false, | |
"theme_agila_horizontal_scrollbar_white": false, | |
"theme_agila_horizontal_scrollbar_yellow": false, | |
"theme_agila_modified_tab_marker_gray": false, | |
"theme_agila_modified_tab_marker_lightblue": false, | |
"theme_agila_modified_tab_marker_pink": true, | |
"theme_agila_modified_tab_marker_white": false, | |
"theme_agila_modified_tab_marker_yellow": false, | |
"theme_agila_sidebar_font_big": true, | |
"theme_agila_sidebar_font_small": false, | |
"theme_agila_sidebar_font_xsmall": false, | |
"theme_agila_sidebar_heading_gray": false, | |
"theme_agila_sidebar_heading_lightblue": false, | |
"theme_agila_sidebar_heading_pink": false, | |
"theme_agila_sidebar_heading_white": true, | |
"theme_agila_sidebar_heading_yellow": false, | |
"theme_agila_sidebar_large": false, | |
"theme_agila_sidebar_light_icons": true, | |
"theme_agila_sidebar_medium": false, | |
"theme_agila_sidebar_plus_minus": true, | |
"theme_agila_sidebar_selected_entry_gray": false, | |
"theme_agila_sidebar_selected_entry_lightblue": true, | |
"theme_agila_sidebar_selected_entry_pink": false, | |
"theme_agila_sidebar_selected_entry_white": false, | |
"theme_agila_sidebar_selected_entry_yellow": false, | |
"theme_agila_sidebar_small": true, | |
"theme_agila_vertical_scrollbar_gray": false, | |
"theme_agila_vertical_scrollbar_invisible": false, | |
"theme_agila_vertical_scrollbar_lightblue": false, | |
"theme_agila_vertical_scrollbar_pink": false, | |
"theme_agila_vertical_scrollbar_thicker": true, | |
"theme_agila_vertical_scrollbar_thickest": false, | |
"theme_agila_vertical_scrollbar_thinner": false, | |
"theme_agila_vertical_scrollbar_thinnest": false, | |
"theme_agila_vertical_scrollbar_white": false, | |
"theme_agila_vertical_scrollbar_yellow": false, | |
"theme_agila_nano_mode": true, | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment