Created
June 30, 2016 11:35
-
-
Save cmcculloh/9c03382c267cb437e6439c0585be78db to your computer and use it in GitHub Desktop.
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
{ | |
"Badge Text" : "\\(user.gitBranch)", | |
"Working Directory" : "\/Users\/cmcculloh", | |
"Prompt Before Closing 2" : 0, | |
"Selected Text Color" : { | |
"Red Component" : 0.8866617679595947, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.9910151958465576, | |
"Alpha Component" : 1, | |
"Green Component" : 0.9932246208190918 | |
}, | |
"Rows" : 25, | |
"Ansi 11 Color" : { | |
"Red Component" : 0.998269259929657, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.03923041373491287, | |
"Alpha Component" : 1, | |
"Green Component" : 0.902064323425293 | |
}, | |
"Use Italic Font" : true, | |
"Foreground Color" : { | |
"Red Component" : 0.2313725490196079, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.203921568627451, | |
"Alpha Component" : 1, | |
"Green Component" : 0.9882352941176471 | |
}, | |
"Right Option Key Sends" : 0, | |
"Character Encoding" : 4, | |
"Selection Color" : { | |
"Red Component" : 0.5294117647058824, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.9921568627450981, | |
"Alpha Component" : 1, | |
"Green Component" : 0.6196078431372549 | |
}, | |
"Triggers" : [ | |
], | |
"Blend" : 0.3, | |
"Mouse Reporting" : true, | |
"Ansi 4 Color" : { | |
"Red Component" : 0.07898367196321487, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.6999849081039429, | |
"Alpha Component" : 1, | |
"Green Component" : 0.5711551904678345 | |
}, | |
"Non-ASCII Anti Aliased" : true, | |
"Sync Title" : false, | |
"Disable Window Resizing" : true, | |
"Close Sessions On End" : true, | |
"Jobs to Ignore" : [ | |
"rlogin", | |
"ssh", | |
"slogin", | |
"telnet" | |
], | |
"Scrollback With Status Bar" : false, | |
"Scrollback Lines" : 1000, | |
"Scrollback in Alternate Screen" : true, | |
"Hide After Opening" : false, | |
"Flashing Bell" : true, | |
"Cursor Guide Color" : { | |
"Red Component" : 0.3995760083198547, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.8181585073471069, | |
"Alpha Component" : 0.1681976318359375, | |
"Green Component" : 0.2953825294971466 | |
}, | |
"BM Growl" : true, | |
"AWDS Window Directory" : "", | |
"Ansi 3 Color" : { | |
"Red Component" : 0.9989985227584839, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.04193267598748207, | |
"Alpha Component" : 1, | |
"Green Component" : 0.9322096109390259 | |
}, | |
"Link Color" : { | |
"Red Component" : 0.02300000004470348, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.6779999732971191, | |
"Alpha Component" : 1, | |
"Green Component" : 0.2700000107288361 | |
}, | |
"Shortcut" : "", | |
"Background Image Location" : "", | |
"Bold Color" : { | |
"Red Component" : 0.5059919357299805, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.5636365413665771, | |
"Alpha Component" : 1, | |
"Green Component" : 0.5648583769798279 | |
}, | |
"Unlimited Scrollback" : true, | |
"Custom Command" : "No", | |
"AWDS Tab Option" : "No", | |
"Smart Selection Rules" : [ | |
{ | |
"notes" : "Word bounded by whitespace", | |
"regex" : "\\S+", | |
"precision" : "low" | |
}, | |
{ | |
"notes" : "C++ namespace::identifier", | |
"regex" : "([a-zA-Z0-9_]+::)+[a-zA-Z0-9_]+", | |
"precision" : "normal" | |
}, | |
{ | |
"notes" : "Paths", | |
"regex" : "\\~?\/?([[:letter:][:number:]._-]+\/+)+[[:letter:][:number:]._-]+\/?", | |
"precision" : "normal" | |
}, | |
{ | |
"notes" : "Quoted string", | |
"regex" : "@?\"(?:[^\"\\\\]|\\\\.)*\"", | |
"precision" : "normal" | |
}, | |
{ | |
"notes" : "Java\/Python include paths", | |
"regex" : "([[:letter:][:number:]._]+\\.)+[[:letter:][:number:]._]+", | |
"precision" : "normal" | |
}, | |
{ | |
"notes" : "mailto URL", | |
"regex" : "\\bmailto:([a-z0-9A-Z_]+@)?([a-zA-Z0-9\\-]+\\.)*[a-zA-Z0-9\\-]+\\b", | |
"precision" : "normal" | |
}, | |
{ | |
"notes" : "Obj-C selector", | |
"regex" : "@selector\\([^)]+\\)", | |
"precision" : "high" | |
}, | |
{ | |
"notes" : "email address", | |
"regex" : "\\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,4}\\b", | |
"precision" : "high" | |
}, | |
{ | |
"notes" : "HTTP URL", | |
"regex" : "https?:\/\/([a-z0-9A-Z]+(:[a-zA-Z0-9]+)?@)?[a-z0-9A-Z]+(\\.[a-z0-9A-Z]+)*((:[0-9]+)?)(\/[a-zA-Z0-9;\/\\.\\-_+%~?&@=#\\(\\)]*)?", | |
"precision" : "very_high" | |
}, | |
{ | |
"notes" : "SSH URL", | |
"regex" : "\\bssh:([a-z0-9A-Z_]+@)?([a-zA-Z0-9\\-]+\\.)*[a-zA-Z0-9\\-]+\\b", | |
"precision" : "very_high" | |
}, | |
{ | |
"notes" : "Telnet URL", | |
"regex" : "\\btelnet:([a-z0-9A-Z_]+@)?([a-zA-Z0-9\\-]+\\.)*[a-zA-Z0-9\\-]+\\b", | |
"precision" : "very_high" | |
} | |
], | |
"Keyboard Map" : { | |
"0xf700-0x260000" : { | |
"Text" : "[1;6A", | |
"Action" : 10 | |
}, | |
"0x37-0x40000" : { | |
"Text" : "0x1f", | |
"Action" : 11 | |
}, | |
"0x32-0x40000" : { | |
"Text" : "0x00", | |
"Action" : 11 | |
}, | |
"0xf709-0x20000" : { | |
"Text" : "[17;2~", | |
"Action" : 10 | |
}, | |
"0xf70c-0x20000" : { | |
"Text" : "[20;2~", | |
"Action" : 10 | |
}, | |
"0xf729-0x20000" : { | |
"Text" : "[1;2H", | |
"Action" : 10 | |
}, | |
"0xf72b-0x40000" : { | |
"Text" : "[1;5F", | |
"Action" : 10 | |
}, | |
"0xf705-0x20000" : { | |
"Text" : "[1;2Q", | |
"Action" : 10 | |
}, | |
"0xf703-0x260000" : { | |
"Text" : "[1;6C", | |
"Action" : 10 | |
}, | |
"0xf700-0x220000" : { | |
"Text" : "[1;2A", | |
"Action" : 10 | |
}, | |
"0xf701-0x280000" : { | |
"Text" : "0x1b 0x1b 0x5b 0x42", | |
"Action" : 11 | |
}, | |
"0x38-0x40000" : { | |
"Text" : "0x7f", | |
"Action" : 11 | |
}, | |
"0x33-0x40000" : { | |
"Text" : "0x1b", | |
"Action" : 11 | |
}, | |
"0xf703-0x220000" : { | |
"Text" : "[1;2C", | |
"Action" : 10 | |
}, | |
"0xf701-0x240000" : { | |
"Text" : "[1;5B", | |
"Action" : 10 | |
}, | |
"0xf70d-0x20000" : { | |
"Text" : "[21;2~", | |
"Action" : 10 | |
}, | |
"0xf702-0x260000" : { | |
"Text" : "[1;6D", | |
"Action" : 10 | |
}, | |
"0xf729-0x40000" : { | |
"Text" : "[1;5H", | |
"Action" : 10 | |
}, | |
"0xf706-0x20000" : { | |
"Text" : "[1;2R", | |
"Action" : 10 | |
}, | |
"0x34-0x40000" : { | |
"Text" : "0x1c", | |
"Action" : 11 | |
}, | |
"0xf700-0x280000" : { | |
"Text" : "0x1b 0x1b 0x5b 0x41", | |
"Action" : 11 | |
}, | |
"0x2d-0x40000" : { | |
"Text" : "0x1f", | |
"Action" : 11 | |
}, | |
"0xf70e-0x20000" : { | |
"Text" : "[23;2~", | |
"Action" : 10 | |
}, | |
"0xf702-0x220000" : { | |
"Text" : "[1;2D", | |
"Action" : 10 | |
}, | |
"0xf700-0x240000" : { | |
"Text" : "[1;5A", | |
"Action" : 10 | |
}, | |
"0xf707-0x20000" : { | |
"Text" : "[1;2S", | |
"Action" : 10 | |
}, | |
"0xf70a-0x20000" : { | |
"Text" : "[18;2~", | |
"Action" : 10 | |
}, | |
"0x35-0x40000" : { | |
"Text" : "0x1d", | |
"Action" : 11 | |
}, | |
"0xf70f-0x20000" : { | |
"Text" : "[24;2~", | |
"Action" : 10 | |
}, | |
"0xf703-0x240000" : { | |
"Text" : "[1;5C", | |
"Action" : 10 | |
}, | |
"0xf701-0x260000" : { | |
"Text" : "[1;6B", | |
"Action" : 10 | |
}, | |
"0xf72b-0x20000" : { | |
"Text" : "[1;2F", | |
"Action" : 10 | |
}, | |
"0x36-0x40000" : { | |
"Text" : "0x1e", | |
"Action" : 11 | |
}, | |
"0xf708-0x20000" : { | |
"Text" : "[15;2~", | |
"Action" : 10 | |
}, | |
"0xf701-0x220000" : { | |
"Text" : "[1;2B", | |
"Action" : 10 | |
}, | |
"0xf70b-0x20000" : { | |
"Text" : "[19;2~", | |
"Action" : 10 | |
}, | |
"0xf702-0x240000" : { | |
"Text" : "[1;5D", | |
"Action" : 10 | |
}, | |
"0xf704-0x20000" : { | |
"Text" : "[1;2P", | |
"Action" : 10 | |
} | |
}, | |
"Log Directory" : "", | |
"Use Canonical Parser" : false, | |
"Ansi 14 Color" : { | |
"Red Component" : 0.1127558723092079, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.9988812208175659, | |
"Alpha Component" : 1, | |
"Green Component" : 0.8884168863296509 | |
}, | |
"Ansi 2 Color" : { | |
"Red Component" : 0.07919050008058548, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.009502183645963669, | |
"Alpha Component" : 1, | |
"Green Component" : 0.60272616147995 | |
}, | |
"Background Image Is Tiled" : false, | |
"Send Code When Idle" : false, | |
"ASCII Anti Aliased" : true, | |
"Tags" : [ | |
], | |
"Ansi 9 Color" : { | |
"Red Component" : 0.8901960784313725, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.09019607843137255, | |
"Alpha Component" : 1, | |
"Green Component" : 0.0392156862745098 | |
}, | |
"Use Bold Font" : true, | |
"Silence Bell" : true, | |
"Ansi 12 Color" : { | |
"Red Component" : 0.1098039215686274, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.7450980392156863, | |
"Alpha Component" : 1, | |
"Green Component" : 0.6392156862745098 | |
}, | |
"Window Type" : 0, | |
"Allow Title Reporting" : false, | |
"Use Bright Bold" : true, | |
"Cursor Text Color" : { | |
"Red Component" : 0, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.1937013864517212, | |
"Alpha Component" : 1, | |
"Green Component" : 0.155759260058403 | |
}, | |
"Default Bookmark" : "No", | |
"Cursor Color" : { | |
"Red Component" : 0.2183805406093597, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.1395104080438614, | |
"Alpha Component" : 1, | |
"Green Component" : 0.6148483753204346 | |
}, | |
"Disable Smcup Rmcup" : false, | |
"Name" : "Homebrew Clone", | |
"Blinking Cursor" : true, | |
"Ansi 1 Color" : { | |
"Red Component" : 0.592156862745098, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.04705882352941176, | |
"Alpha Component" : 1, | |
"Green Component" : 0.01568627450980392 | |
}, | |
"Guid" : "69EE992E-F42D-494A-A8BD-49CFBC69D062", | |
"Idle Code" : 0, | |
"Ansi 10 Color" : { | |
"Red Component" : 0.1704548895359039, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.02530806511640549, | |
"Alpha Component" : 1, | |
"Green Component" : 1 | |
}, | |
"Ansi 8 Color" : { | |
"Red Component" : 0.3258469700813293, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.3258427381515503, | |
"Alpha Component" : 1, | |
"Green Component" : 0.3258371949195862 | |
}, | |
"Badge Color" : { | |
"Red Component" : 0.1351025253534317, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.1532635390758514, | |
"Alpha Component" : 1, | |
"Green Component" : 1 | |
}, | |
"Automatically Log" : false, | |
"Smart Cursor Color" : true, | |
"Semantic History" : { | |
"text" : "", | |
"action" : "best editor", | |
"editor" : "com.sublimetext.3" | |
}, | |
"Ambiguous Double Width" : false, | |
"Blur Radius" : 2, | |
"Ansi 0 Color" : { | |
"Red Component" : 0, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0, | |
"Alpha Component" : 1, | |
"Green Component" : 0 | |
}, | |
"Cursor Type" : 2, | |
"AWDS Pane Directory" : "", | |
"Blur" : false, | |
"Normal Font" : "Monaco 12", | |
"Vertical Spacing" : 1, | |
"Disable Printing" : false, | |
"Ansi 7 Color" : { | |
"Red Component" : 0.916110634803772, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.7978110313415527, | |
"Alpha Component" : 1, | |
"Green Component" : 0.8900123834609985 | |
}, | |
"AWDS Tab Directory" : "", | |
"AWDS Pane Option" : "No", | |
"Command" : "", | |
"Terminal Type" : "xterm-256color", | |
"Horizontal Spacing" : 1, | |
"Option Key Sends" : 0, | |
"Blink Allowed" : false, | |
"Minimum Contrast" : 0, | |
"Tab Color" : { | |
"Red Component" : 0, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0, | |
"Alpha Component" : 1, | |
"Green Component" : 0 | |
}, | |
"Ansi 15 Color" : { | |
"Red Component" : 0.9894341826438904, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.8640598058700562, | |
"Alpha Component" : 1, | |
"Green Component" : 0.9579439163208008 | |
}, | |
"Ansi 6 Color" : { | |
"Red Component" : 0.1467953324317932, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.5250226855278015, | |
"Alpha Component" : 1, | |
"Green Component" : 0.5708236694335938 | |
}, | |
"Transparency" : 0, | |
"Initial Text" : "", | |
"Background Color" : { | |
"Red Component" : 0, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0, | |
"Alpha Component" : 1, | |
"Green Component" : 0 | |
}, | |
"Screen" : -1, | |
"AWDS Window Option" : "No", | |
"Bound Hosts" : [ | |
], | |
"Non Ascii Font" : "Monaco 12", | |
"Ansi 13 Color" : { | |
"Red Component" : 0.8901960784313725, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.8901960784313725, | |
"Alpha Component" : 1, | |
"Green Component" : 0.1372549019607843 | |
}, | |
"Columns" : 80, | |
"Visual Bell" : true, | |
"Custom Directory" : "Recycle", | |
"Ansi 5 Color" : { | |
"Red Component" : 0.6941176470588235, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.6901960784313725, | |
"Alpha Component" : 1, | |
"Green Component" : 0.09803921568627451 | |
}, | |
"Set Local Environment Vars" : true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment