Created
July 11, 2020 02:53
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
{ | |
"Working Directory" : "\/Users\/montag", | |
"Prompt Before Closing 2" : 0, | |
"Selected Text Color" : { | |
"Green Component" : 1, | |
"Red Component" : 1, | |
"Blue Component" : 1 | |
}, | |
"Rows" : 25, | |
"Ansi 11 Color" : { | |
"Green Component" : 0.59215688705444336, | |
"Blue Component" : 0.12156862765550613, | |
"Red Component" : 0.99215686321258545 | |
}, | |
"Use Italic Font" : false, | |
"Foreground Color" : { | |
"Green Component" : 0.91035491228103638, | |
"Blue Component" : 0.89933818578720093, | |
"Red Component" : 0.91402715444564819 | |
}, | |
"Right Option Key Sends" : 0, | |
"Character Encoding" : 4, | |
"Selection Color" : { | |
"Green Component" : 0.28235295414924622, | |
"Blue Component" : 0.24313725531101227, | |
"Red Component" : 0.28627452254295349 | |
}, | |
"Triggers" : [ | |
{ | |
"regex" : " \\*\\*\\*\\* ", | |
"action" : "HighlightTrigger", | |
"parameter" : 4 | |
}, | |
{ | |
"regex" : " #### ", | |
"action" : "HighlightTrigger", | |
"parameter" : 6 | |
}, | |
{ | |
"regex" : " ==== ", | |
"action" : "HighlightTrigger", | |
"parameter" : 1 | |
}, | |
{ | |
"regex" : " \\-\\-\\-\\- ", | |
"action" : "HighlightTrigger", | |
"parameter" : 1006 | |
}, | |
{ | |
"regex" : "ivionday", | |
"action" : "HighlightTrigger" | |
} | |
], | |
"Blend" : 0.30000001192092896, | |
"Mouse Reporting" : true, | |
"Ansi 4 Color" : { | |
"Green Component" : 0.66684579849243164, | |
"Red Component" : 0.26076504588127136, | |
"Blue Component" : 0.97254902124404907 | |
}, | |
"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" : 1000000, | |
"Scrollback in Alternate Screen" : true, | |
"Hide After Opening" : false, | |
"Flashing Bell" : false, | |
"Cursor Guide Color" : { | |
"Red Component" : 0.70213186740875244, | |
"Color Space" : "sRGB", | |
"Blue Component" : 1, | |
"Alpha Component" : 0.25, | |
"Green Component" : 0.9268307089805603 | |
}, | |
"BM Growl" : true, | |
"Ansi 3 Color" : { | |
"Red Component" : 0.90103161334991455, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.28472259640693665, | |
"Alpha Component" : 1, | |
"Green Component" : 0.84311199188232422 | |
}, | |
"Link Color" : { | |
"Red Component" : 0, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.73423302173614502, | |
"Alpha Component" : 1, | |
"Green Component" : 0.35916060209274292 | |
}, | |
"Shortcut" : "", | |
"Background Image Location" : "", | |
"Bold Color" : { | |
"Green Component" : 0.97254902124404907, | |
"Blue Component" : 0.94901961088180542, | |
"Red Component" : 0.97254902124404907 | |
}, | |
"Unlimited Scrollback" : false, | |
"Custom Command" : "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", | |
"precision" : "normal", | |
"regex" : "@?\"(?:[^\"\\\\]|\\\\.)*\"", | |
"actions" : [ | |
] | |
}, | |
{ | |
"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", | |
"precision" : "very_high", | |
"regex" : "\\btelnet:([a-z0-9A-Z_]+@)?([a-zA-Z0-9\\-]+\\.)*[a-zA-Z0-9\\-]+\\b", | |
"actions" : [ | |
] | |
}, | |
{ | |
"notes" : "Timestamp", | |
"precision" : "normal", | |
"regex" : "([0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}\\:[0-9]{2}\\:[0-9]{2}\\.[0-9]+Z)", | |
"actions" : [ | |
{ | |
"title" : "Localize", | |
"action" : 3, | |
"parameter" : "gdate -d \"\\1\"" | |
} | |
] | |
} | |
], | |
"Keyboard Map" : { | |
"0xf704-0x20000" : { | |
"Text" : "[1;2P", | |
"Action" : 10 | |
}, | |
"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 | |
}, | |
"0xf703-0x300000" : { | |
"Text" : "[F", | |
"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 | |
}, | |
"0xf702-0x300000" : { | |
"Text" : "[H", | |
"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 | |
}, | |
"0x7f-0x100000" : { | |
"Text" : "0x15", | |
"Action" : 11 | |
}, | |
"0xf703-0x280000" : { | |
"Text" : "F", | |
"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 | |
}, | |
"0xf702-0x280000" : { | |
"Text" : "B", | |
"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 | |
}, | |
"0x9-0x40000" : { | |
"Text" : "9", | |
"Action" : 11 | |
}, | |
"0xf702-0x240000" : { | |
"Text" : "[1;5D", | |
"Action" : 10 | |
} | |
}, | |
"Log Directory" : "", | |
"Use Canonical Parser" : false, | |
"Ansi 14 Color" : { | |
"Green Component" : 0.96742886304855347, | |
"Blue Component" : 1, | |
"Red Component" : 0.3854174017906189 | |
}, | |
"Ansi 2 Color" : { | |
"Green Component" : 0.88627451658248901, | |
"Blue Component" : 0.18039216101169586, | |
"Red Component" : 0.65098041296005249 | |
}, | |
"Background Image Is Tiled" : false, | |
"Send Code When Idle" : false, | |
"ASCII Anti Aliased" : true, | |
"Tags" : [ | |
], | |
"Ansi 9 Color" : { | |
"Green Component" : 0.18416281044483185, | |
"Blue Component" : 0.26310476660728455, | |
"Red Component" : 0.95475113391876221 | |
}, | |
"Use Bold Font" : true, | |
"Silence Bell" : false, | |
"Ansi 12 Color" : { | |
"Green Component" : 0.7637450098991394, | |
"Red Component" : 0.4663928747177124, | |
"Blue Component" : 1 | |
}, | |
"Window Type" : 0, | |
"Allow Title Reporting" : false, | |
"Use Bright Bold" : true, | |
"Cursor Text Color" : { | |
"Green Component" : 0.97254902124404907, | |
"Red Component" : 0.97254902124404907, | |
"Blue Component" : 0.94901961088180542 | |
}, | |
"Default Bookmark" : "No", | |
"Cursor Color" : { | |
"Green Component" : 0.88627451658248901, | |
"Red Component" : 0.65098041296005249, | |
"Blue Component" : 0.18039216101169586 | |
}, | |
"Disable Smcup Rmcup" : false, | |
"Name" : "Default", | |
"Blinking Cursor" : true, | |
"Guid" : "F8D959AC-BCD7-41A6-9471-C2E5A8BE9BCB", | |
"Ansi 1 Color" : { | |
"Green Component" : 0.046514213085174561, | |
"Blue Component" : 0.36258909106254578, | |
"Red Component" : 0.88687783479690552 | |
}, | |
"Idle Code" : 0, | |
"Ansi 10 Color" : { | |
"Green Component" : 0.94570136070251465, | |
"Blue Component" : 0.19305519759654999, | |
"Red Component" : 0.69313597679138184 | |
}, | |
"Ansi 8 Color" : { | |
"Green Component" : 0.44313725829124451, | |
"Blue Component" : 0.36862745881080627, | |
"Red Component" : 0.45882353186607361 | |
}, | |
"Badge Color" : { | |
"Red Component" : 0.98624604940414429, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.02743418887257576, | |
"Alpha Component" : 0.174102783203125, | |
"Green Component" : 0.0071207880973815918 | |
}, | |
"Automatically Log" : false, | |
"Smart Cursor Color" : true, | |
"Semantic History" : { | |
"editor" : "com.sublimetext.2", | |
"text" : "", | |
"action" : "best editor" | |
}, | |
"Ambiguous Double Width" : false, | |
"Blur Radius" : 2, | |
"Ansi 0 Color" : { | |
"Green Component" : 0.15686275064945221, | |
"Blue Component" : 0.13333334028720856, | |
"Red Component" : 0.15294118225574493 | |
}, | |
"Cursor Type" : 2, | |
"Blur" : false, | |
"Normal Font" : "Menlo-Regular 11", | |
"Vertical Spacing" : 1.1100000000000001, | |
"Disable Printing" : false, | |
"Ansi 7 Color" : { | |
"Green Component" : 0.97254902124404907, | |
"Red Component" : 0.97254902124404907, | |
"Blue Component" : 0.94901961088180542 | |
}, | |
"Command" : "", | |
"Terminal Type" : "xterm", | |
"Horizontal Spacing" : 1, | |
"Option Key Sends" : 2, | |
"Blink Allowed" : false, | |
"Minimum Contrast" : 0, | |
"Ansi 15 Color" : { | |
"Green Component" : 1, | |
"Red Component" : 1, | |
"Blue Component" : 1 | |
}, | |
"Ansi 6 Color" : { | |
"Green Component" : 0.83667361736297607, | |
"Blue Component" : 0.92760181427001953, | |
"Red Component" : 0.28807047009468079 | |
}, | |
"Transparency" : 0, | |
"Initial Text" : "", | |
"Background Color" : { | |
"Green Component" : 0.13574661314487457, | |
"Blue Component" : 0.11623440682888031, | |
"Red Component" : 0.1319856196641922 | |
}, | |
"Screen" : -1, | |
"Non Ascii Font" : "Monaco 11", | |
"Ansi 13 Color" : { | |
"Green Component" : 0.6277649998664856, | |
"Red Component" : 0.73733186721801758, | |
"Blue Component" : 1 | |
}, | |
"Columns" : 80, | |
"Visual Bell" : true, | |
"Custom Directory" : "No", | |
"Ansi 5 Color" : { | |
"Green Component" : 0.4277418851852417, | |
"Blue Component" : 1, | |
"Red Component" : 0.64860707521438599 | |
}, | |
"Set Local Environment Vars" : true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment