Skip to content

Instantly share code, notes, and snippets.

@killinterpol
Created August 4, 2022 22:56
Show Gist options
  • Save killinterpol/5f9c83fa901b90e24df42dc4875c7750 to your computer and use it in GitHub Desktop.
Save killinterpol/5f9c83fa901b90e24df42dc4875c7750 to your computer and use it in GitHub Desktop.
Sublime prefs
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"material_theme_accent_cyan": true,
"material_theme_traccent_scrollbars": true,
"material_theme_arrow_folders": true,
"material_theme_compact_sidebar": true,
"material_theme_small_tab": true,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme.sublime-theme",
"use_newline_glyph": true,
"use_raw_line_edit_theme": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment