Created
May 21, 2020 11:46
-
-
Save Morrolan/7e0cb1503c700f24a46a02fd83309f04 to your computer and use it in GitHub Desktop.
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\/morrolan", | |
"Prompt Before Closing 2" : 0, | |
"Selected Text Color" : { | |
"Red Component" : 0.93947285353535359, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.28870143366090156, | |
"Alpha Component" : 1, | |
"Green Component" : 0.8770805595029495 | |
}, | |
"Rows" : 50, | |
"Ansi 11 Color" : { | |
"Red Component" : 0.99607843160629272, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.42352941632270813, | |
"Alpha Component" : 1, | |
"Green Component" : 0.92941176891326904 | |
}, | |
"Use Italic Font" : true, | |
"Foreground Color" : { | |
"Red Component" : 0.81568627450980391, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.81568627450980391, | |
"Alpha Component" : 1, | |
"Green Component" : 0.81568627450980391 | |
}, | |
"Right Option Key Sends" : 0, | |
"Character Encoding" : 4, | |
"Selection Color" : { | |
"Red Component" : 0.30208500943556621, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.29906662514045229, | |
"Alpha Component" : 1, | |
"Green Component" : 0.31218434343434343 | |
}, | |
"Triggers" : [ | |
], | |
"Blend" : 0.30000001192092896, | |
"Mouse Reporting" : true, | |
"Ansi 4 Color" : { | |
"Red Component" : 0.45283614219244384, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.45553188131313127, | |
"Alpha Component" : 1, | |
"Green Component" : 0.44154626682991777 | |
}, | |
"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" : false, | |
"Cursor Guide Color" : { | |
"Red Component" : 0.98791851823603916, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.39226572377535729, | |
"Alpha Component" : 0.25, | |
"Green Component" : 1 | |
}, | |
"BM Growl" : false, | |
"Ansi 3 Color" : { | |
"Red Component" : 0.95645564794540405, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.13225273787975311, | |
"Alpha Component" : 1, | |
"Green Component" : 0.99215686321258545 | |
}, | |
"Use Non-ASCII Font" : false, | |
"Link Color" : { | |
"Red Component" : 0.67799997329711914, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.028991519952340776, | |
"Alpha Component" : 1, | |
"Green Component" : 0.62512469675654891 | |
}, | |
"Shortcut" : "", | |
"Background Image Location" : "", | |
"Bold Color" : { | |
"Red Component" : 1, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 1, | |
"Alpha Component" : 1, | |
"Green Component" : 1 | |
}, | |
"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", | |
"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 | |
}, | |
"0xf703-0x280000" : { | |
"Text" : "0x1b 0x1b 0x5b 0x43", | |
"Action" : 11 | |
}, | |
"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" : "0x1b 0x1b 0x5b 0x44", | |
"Action" : 11 | |
}, | |
"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.63898054271546623, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.65043008207070707, | |
"Alpha Component" : 1, | |
"Green Component" : 0.63816234493757962 | |
}, | |
"Ansi 2 Color" : { | |
"Red Component" : 0.78594539141414144, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.27583951770560067, | |
"Alpha Component" : 1, | |
"Green Component" : 0.74648914832411584 | |
}, | |
"Background Image Is Tiled" : false, | |
"Send Code When Idle" : false, | |
"ASCII Anti Aliased" : true, | |
"Tags" : [ | |
], | |
"Ansi 9 Color" : { | |
"Red Component" : 1, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.55616375270094554, | |
"Alpha Component" : 1, | |
"Green Component" : 0.96762100042754118 | |
}, | |
"Use Bold Font" : true, | |
"Silence Bell" : true, | |
"Ansi 12 Color" : { | |
"Red Component" : 0.56725708751227299, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.58540482954545459, | |
"Alpha Component" : 1, | |
"Green Component" : 0.58192579125677202 | |
}, | |
"Window Type" : 0, | |
"Allow Title Reporting" : false, | |
"Use Bright Bold" : true, | |
"Cursor Text Color" : { | |
"Red Component" : 0, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0, | |
"Alpha Component" : 1, | |
"Green Component" : 0 | |
}, | |
"Default Bookmark" : "No", | |
"Cursor Color" : { | |
"Red Component" : 0.99016290903091431, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.045385731579766775, | |
"Alpha Component" : 1, | |
"Green Component" : 0.93713031081371878 | |
}, | |
"Disable Smcup Rmcup" : false, | |
"Name" : "AWS Blue", | |
"Blinking Cursor" : false, | |
"Guid" : "A56C98F0-5E69-47D6-97F2-7AF216B8AE24", | |
"Ansi 1 Color" : { | |
"Red Component" : 0.9033104482323232, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.26605260134335357, | |
"Alpha Component" : 1, | |
"Green Component" : 0.86114235839994324 | |
}, | |
"Ansi 8 Color" : { | |
"Red Component" : 0.31372550129890442, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.32941177487373352, | |
"Alpha Component" : 1, | |
"Green Component" : 0.32549020648002625 | |
}, | |
"Ansi 10 Color" : { | |
"Red Component" : 1, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.49010627142477203, | |
"Alpha Component" : 1, | |
"Green Component" : 0.94931052490172407 | |
}, | |
"Idle Code" : 0, | |
"Badge Color" : { | |
"Red Component" : 1, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.53844171076354752, | |
"Alpha Component" : 0.5, | |
"Green Component" : 0.96908710389597363 | |
}, | |
"Automatically Log" : false, | |
"Smart Cursor Color" : true, | |
"Semantic History" : { | |
"text" : "", | |
"action" : "best editor", | |
"editor" : "com.sublimetext.3" | |
}, | |
"Ambiguous Double Width" : false, | |
"Blur Radius" : 30, | |
"Ansi 0 Color" : { | |
"Red Component" : 0.10588235408067703, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.11764705926179886, | |
"Alpha Component" : 1, | |
"Green Component" : 0.11372549086809158 | |
}, | |
"Cursor Type" : 2, | |
"Blur" : true, | |
"Normal Font" : "FiraMonoForPowerline-Regular 12", | |
"Vertical Spacing" : 1, | |
"Disable Printing" : false, | |
"Ansi 7 Color" : { | |
"Red Component" : 0.77572601010101017, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.74857144791527919, | |
"Alpha Component" : 1, | |
"Green Component" : 0.77405597396594739 | |
}, | |
"Command" : "\/usr\/local\/bin\/zsh", | |
"Terminal Type" : "xterm-256color", | |
"Horizontal Spacing" : 1, | |
"Tab Color" : { | |
"Red Component" : 0, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0, | |
"Alpha Component" : 1, | |
"Green Component" : 0 | |
}, | |
"Option Key Sends" : 0, | |
"Blink Allowed" : false, | |
"Minimum Contrast" : 0, | |
"Ansi 15 Color" : { | |
"Red Component" : 0.85615061736398967, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.83860636031119262, | |
"Alpha Component" : 1, | |
"Green Component" : 0.85721600356728134 | |
}, | |
"Ansi 6 Color" : { | |
"Red Component" : 0.3823982007575758, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.37246620223610188, | |
"Alpha Component" : 1, | |
"Green Component" : 0.37527690995282659 | |
}, | |
"Transparency" : 0.088639513116616456, | |
"Initial Text" : "", | |
"Background Color" : { | |
"Red Component" : 0, | |
"Color Space" : "sRGB", | |
"Blue Component" : 0.14901960784313725, | |
"Alpha Component" : 1, | |
"Green Component" : 0.11372549019607843 | |
}, | |
"Screen" : -1, | |
"Bound Hosts" : [ | |
], | |
"Non Ascii Font" : "Monaco 12", | |
"Ansi 13 Color" : { | |
"Red Component" : 0.60473917152723033, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.61578677398989901, | |
"Alpha Component" : 1, | |
"Green Component" : 0.60372972901580058 | |
}, | |
"Columns" : 100, | |
"Visual Bell" : false, | |
"Custom Directory" : "No", | |
"Ansi 5 Color" : { | |
"Red Component" : 0.45334201388888884, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.44350023175187714, | |
"Alpha Component" : 1, | |
"Green Component" : 0.44785768918759988 | |
}, | |
"Set Local Environment Vars" : true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment