Created
January 5, 2016 13:52
-
-
Save is/e96728471940a8fa124c to your computer and use it in GitHub Desktop.
sublime.setting
This file contains hidden or 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/Materialize/schemes/Material Flatland.tmTheme", | |
| "font_face": "Luculent 14", | |
| "font_options": | |
| [ | |
| "antialias", | |
| "gray_antialias" | |
| ], | |
| "font_size": 14, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "tab_size": 2, | |
| "theme": "Material Flatland.sublime-theme" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment