Skip to content

Instantly share code, notes, and snippets.

@davidkrider
Last active January 30, 2023 13:31
Show Gist options
  • Save davidkrider/2b4e7c8ed754d28ae21a to your computer and use it in GitHub Desktop.
Save davidkrider/2b4e7c8ed754d28ae21a to your computer and use it in GitHub Desktop.
Sublime User Prefs
{
"theme": "Monokai Pro.sublime-theme",
"color_scheme": "Monokai Pro.sublime-color-scheme",
"font_face": "Monaco",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"syntaxes": [
{
"syntax": "Haml/Syntaxes/Ruby Haml",
"extensions": ["haml"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment