Last active
May 16, 2018 22:46
-
-
Save airton/f0236d9be467443fe55ad0c114384e46 to your computer and use it in GitHub Desktop.
Sublime Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Monokai.tmTheme", | |
"font_size": 16, | |
"ignored_packages": | |
[ | |
"Vintage", | |
], | |
"theme": "Boxy Monokai.sublime-theme", | |
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment