Skip to content

Instantly share code, notes, and snippets.

@sharkzp
sharkzp / Preferences.sublime-settings
Created March 24, 2014 14:09
sublime_preferences
{
// Sets the colors used within the text area
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
// Note that the font_face and font_size are overriden in the platform
// specific settings file, for example, "Base File (Linux).sublime-settings".
// Because of this, setting them here will have no effect: you must set them
// in your User File Preferences.
"font_face": "Monaco",
"font_size": 17,