Skip to content

Instantly share code, notes, and snippets.

@barelyhuman
Last active September 21, 2021 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save barelyhuman/39deee56f9037ed27f2fdc79c05346ea to your computer and use it in GitHub Desktop.
Save barelyhuman/39deee56f9037ed27f2fdc79c05346ea to your computer and use it in GitHub Desktop.
Base config for a decent looking sublime text
{
"color_scheme": "Packages/Materialize/schemes/Material Seti.tmTheme",
"font_face": "Ubuntu Mono Ligaturized",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"theme": "Material Seti.sublime-theme",
"line_padding_top":4,
"line_padding_bottom":4,
"hot_exit":false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment