-
Notifications
You must be signed in to change notification settings - Fork 1
/
iterm-profile.json
438 lines (436 loc) · 10.8 KB
/
iterm-profile.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
{
"Working Directory" : "\/Users\/flaviamissi",
"Prompt Before Closing 2" : 0,
"Selected Text Color" : {
"Green Component" : 0.78808510303497314,
"Red Component" : 0.78810864686965942,
"Blue Component" : 0.78809839487075806
},
"Rows" : 25,
"Ansi 11 Color" : {
"Green Component" : 0.41657543182373047,
"Red Component" : 0.98922824859619141,
"Blue Component" : 0.12909688055515289
},
"Use Italic Font" : true,
"Foreground Color" : {
"Green Component" : 0.78808510303497314,
"Red Component" : 0.78810864686965942,
"Blue Component" : 0.78809839487075806
},
"Right Option Key Sends" : 0,
"Character Encoding" : 4,
"Selection Color" : {
"Green Component" : 0.16906397044658661,
"Red Component" : 0.18824593722820282,
"Blue Component" : 0.16623695194721222
},
"Triggers" : [
],
"Blend" : 0.30000001192092896,
"Mouse Reporting" : true,
"Cursor Boost" : 0,
"Ansi 4 Color" : {
"Green Component" : 0.35519972443580627,
"Red Component" : 0.2832317054271698,
"Blue Component" : 0.59762489795684814
},
"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" : 0,
"Scrollback in Alternate Screen" : true,
"Draw Powerline Glyphs" : 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" : {
"Green Component" : 0.37481772899627686,
"Red Component" : 0.61530840396881104,
"Blue Component" : 0.16505485773086548
},
"Use Non-ASCII Font" : true,
"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.99997437000274658,
"Red Component" : 1,
"Blue Component" : 0.99999129772186279
},
"Unlimited Scrollback" : true,
"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" : {
"Green Component" : 0.83115142583847046,
"Red Component" : 0.98189765214920044,
"Blue Component" : 0.51864469051361084
},
"Ansi 2 Color" : {
"Green Component" : 0.46650028228759766,
"Red Component" : 0.34470123052597046,
"Blue Component" : 0.26786994934082031
},
"Background Image Is Tiled" : false,
"Send Code When Idle" : false,
"ASCII Anti Aliased" : true,
"Tags" : [
],
"Ansi 9 Color" : {
"Green Component" : 0,
"Red Component" : 0.66853958368301392,
"Blue Component" : 0.047643966972827911
},
"Use Bold Font" : true,
"Silence Bell" : false,
"Ansi 12 Color" : {
"Green Component" : 0.59881830215454102,
"Red Component" : 0.47406241297721863,
"Blue Component" : 0.96923071146011353
},
"Window Type" : 0,
"Allow Title Reporting" : false,
"Use Bright Bold" : true,
"Cursor Text Color" : {
"Green Component" : 0.0893377885222435,
"Red Component" : 0.097534909844398499,
"Blue Component" : 0.089524403214454651
},
"Default Bookmark" : "No",
"Cursor Color" : {
"Green Component" : 0.99997437000274658,
"Red Component" : 1,
"Blue Component" : 0.99999129772186279
},
"Disable Smcup Rmcup" : false,
"Name" : "Default",
"Blinking Cursor" : true,
"Guid" : "87E15B47-A5CD-489F-8915-AE3D1C73F26A",
"Ansi 1 Color" : {
"Green Component" : 0.27546367049217224,
"Red Component" : 0.65297406911849976,
"Blue Component" : 0.24047122895717621
},
"Ansi 8 Color" : {
"Green Component" : 0.30429261922836304,
"Red Component" : 0.30362126231193542,
"Blue Component" : 0.28177487850189209
},
"Ansi 10 Color" : {
"Green Component" : 0.54902052879333496,
"Red Component" : 0.07199510931968689,
"Blue Component" : 0.12761461734771729
},
"Idle Code" : 0,
"Badge Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 0,
"Alpha Component" : 0.5,
"Green Component" : 0.1491314172744751
},
"Automatically Log" : false,
"Smart Cursor Color" : true,
"Semantic History" : {
"action" : "best editor",
"text" : "",
"editor" : "com.sublimetext.3"
},
"Ambiguous Double Width" : false,
"Blur Radius" : 2,
"Ansi 0 Color" : {
"Green Component" : 0.16906397044658661,
"Red Component" : 0.18824593722820282,
"Blue Component" : 0.16623695194721222
},
"Cursor Type" : 0,
"Blur" : false,
"Normal Font" : "Monaco 14",
"Vertical Spacing" : 1,
"Disable Printing" : false,
"Ansi 7 Color" : {
"Green Component" : 0.78808510303497314,
"Red Component" : 0.78810864686965942,
"Blue Component" : 0.78809839487075806
},
"Command" : "",
"Terminal Type" : "xterm-256color",
"Horizontal Spacing" : 1,
"Option Key Sends" : 0,
"Blink Allowed" : false,
"Minimum Contrast" : 0,
"Ansi 15 Color" : {
"Green Component" : 0.99997437000274658,
"Red Component" : 1,
"Blue Component" : 0.99999129772186279
},
"Ansi 6 Color" : {
"Green Component" : 0.50764596462249756,
"Red Component" : 0.61355632543563843,
"Blue Component" : 0.30835512280464172
},
"Transparency" : 0,
"Initial Text" : "",
"Background Color" : {
"Green Component" : 0.09479791671037674,
"Red Component" : 0.10311296582221985,
"Blue Component" : 0.094986997544765472
},
"Screen" : -1,
"Non Ascii Font" : "Monaco 12",
"Ansi 13 Color" : {
"Green Component" : 0.54070514440536499,
"Red Component" : 0.99073433876037598,
"Blue Component" : 0.62971007823944092
},
"Columns" : 80,
"Visual Bell" : true,
"Custom Directory" : "Recycle",
"Ansi 5 Color" : {
"Green Component" : 0.27365818619728088,
"Red Component" : 0.5245511531829834,
"Blue Component" : 0.31876751780509949
},
"Set Local Environment Vars" : true
}