st3-config/Packages/User/Preferences.sublime-settings

70 lines
2.4 KiB
Text

{
"color_scheme": "auto",
"dark_color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
"light_color_scheme": "Packages/Monokai Extended/Monokai Extended Light.tmTheme",
"dark_theme": "Material-Theme-Darker.sublime-theme",
"light_theme": "Material-Theme-Lighter.sublime-theme",
"theme": "auto",
"always_show_minimap_viewport": true,
"font_face": "JetbrainsMono Nerd Font",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"trim_trailing_white_space_on_save": "all",
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"ignored_packages":
[
"Vintage",
],
"caret_style": "solid",
"overlay_scroll_bars": "disabled",
"rulers":
[
72,
79
],
"save_on_focus_lost": true,
"translate_tabs_to_spaces": true,
/*"caret_style": "solid",*/
"wide_caret": true,
"font_options":
[
"subpixel_antialias"
],
"draw_minimap_border": true,
// "draw_white_space": "selection",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"bold_folder_labels": true,
"update_check": false,
/*"material_theme_tree_headings": true,*/
/*"material_theme_arrow_folders": true,*/
/*"material_theme_big_fileicons": true,*/
/*"material_theme_big_fileicons": true,*/
/*"material_theme_big_fileicons": true,*/
"material_theme_big_fileicons": true,
/*"material_theme_bullet_tree_indicator": true,*/
/*"material_theme_bullet_tree_indicator": true,*/
/*"material_theme_bullet_tree_indicator": true,*/
/*"material_theme_compact_sidebar": true,*/
/*"material_theme_compact_sidebar": true,*/
"material_theme_compact_sidebar": true,
/*"material_theme_disable_fileicons": true,*/
/*"material_theme_disable_folder_animation": true,*/
/*"material_theme_disable_tree_indicator": true,*/
/*"material_theme_bold_tab": true,*/
/*"material_theme_small_tab": true,*/
/*"material_theme_small_tab": true,*/
/*"material_theme_tabs_autowidth": true,*/
/*"material_theme_tabs_separator": true,*/
"material_theme_tabs_separator": true,
/*"material_theme_accent_scrollbars": true,*/
/*"material_theme_bright_scrollbars": true,*/
/*"material_theme_contrast_mode": true,*/
/*"material_theme_contrast_mode": true,*/
/*"material_theme_contrast_mode": true,*/
}