Skip to content

Instantly share code, notes, and snippets.

@vrymel
Created September 18, 2017 11:08
Show Gist options
  • Save vrymel/299d13f000dc49858aa945515f0c1b92 to your computer and use it in GitHub Desktop.
Save vrymel/299d13f000dc49858aa945515f0c1b92 to your computer and use it in GitHub Desktop.
Sublime Text 3 Preferences
{
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
"ignored_packages":
[
"Vintage"
],
"theme": "ayu-mirage.sublime-theme",
"line_padding_top": 5,
"line_padding_bottom": 5,
"draw_indent_guides": false,
"gutter": true,
"translate_tabs_to_spaces": true,
"caret_style": "solid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment