Created
November 15, 2017 11:04
-
-
Save curtiswilkinson/05993197742d2ea1af27ff3e898f3dee 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", | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"theme": "Boxy Monokai.sublime-theme", | |
"font_options": ["subpixel_antialias"], | |
"font_face": "Source Code Pro", | |
"font_size": 10 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment