Skip to content

Instantly share code, notes, and snippets.

@VictorHugoBatista
Created June 5, 2017 01:46
Show Gist options
  • Save VictorHugoBatista/b3dea05cc5ef7113e6412a85bda03276 to your computer and use it in GitHub Desktop.
Save VictorHugoBatista/b3dea05cc5ef7113e6412a85bda03276 to your computer and use it in GitHub Desktop.
Sublime settings file, with material theme and Envy Code R font.
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_face": "Envy Code R",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 14.5,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"material_theme_accent_bright-teal": true,
"material_theme_bold_tab": true,
"material_theme_bright_scrollbars": true,
"material_theme_contrast_mode": true,
"material_theme_small_tab": true,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment