snibbets 2.0.19 → 2.0.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,705 @@
1
+ {
2
+ "custom-styles": {
3
+ "Alerts": {
4
+ "Region Marker": {
5
+ "selected-text-color": "#6db8c7",
6
+ "text-color": "#6db8c7"
7
+ }
8
+ },
9
+ "Apache Configuration": {
10
+ "Directives": {
11
+ "bold": false
12
+ }
13
+ },
14
+ "Bash": {
15
+ "Path": {
16
+ "selected-text-color": "#f1fa8c",
17
+ "text-color": "#f1fa8c"
18
+ },
19
+ "Redirection": {
20
+ "selected-text-color": "#ff79c6",
21
+ "text-color": "#ff79c6"
22
+ },
23
+ "Variable": {
24
+ "selected-text-color": "#bd93f9",
25
+ "text-color": "#bd93f9"
26
+ }
27
+ },
28
+ "C": {
29
+ "Prep. Lib": {
30
+ "selected-text-color": "#f1fa8c",
31
+ "text-color": "#f1fa8c"
32
+ }
33
+ },
34
+ "C++": {
35
+ "Qt Macros": {
36
+ "bold": false,
37
+ "selected-text-color": "#50fa7b",
38
+ "text-color": "#50fa7b"
39
+ }
40
+ },
41
+ "CMake": {
42
+ "Builtin Variable": {
43
+ "selected-text-color": "#ffb86c",
44
+ "text-color": "#ffb86c"
45
+ }
46
+ },
47
+ "CSS": {
48
+ "Color": {
49
+ "bold": false
50
+ },
51
+ "Property": {
52
+ "selected-text-color": "#8be9fd",
53
+ "text-color": "#8be9fd"
54
+ },
55
+ "Selector Class": {
56
+ "italic": true
57
+ },
58
+ "Selector Id": {
59
+ "bold": false,
60
+ "selected-text-color": "#50fa7b",
61
+ "text-color": "#50fa7b"
62
+ },
63
+ "Selector Pseudo": {
64
+ "selected-text-color": "#50fa7b",
65
+ "text-color": "#50fa7b"
66
+ },
67
+ "Selector Tag": {
68
+ "selected-text-color": "#ff79c6",
69
+ "text-color": "#ff79c6"
70
+ },
71
+ "Unit": {
72
+ "selected-text-color": "#ff79c6",
73
+ "text-color": "#ff79c6"
74
+ }
75
+ },
76
+ "D": {
77
+ "Attribute": {
78
+ "bold": false
79
+ },
80
+ "Declarator": {
81
+ "bold": false
82
+ },
83
+ "Deprecated": {
84
+ "bold": false
85
+ },
86
+ "Expression": {
87
+ "bold": false
88
+ },
89
+ "Module": {
90
+ "bold": false
91
+ },
92
+ "Property": {
93
+ "bold": false
94
+ },
95
+ "Template": {
96
+ "bold": false
97
+ }
98
+ },
99
+ "Diff": {
100
+ "Added line": {
101
+ "selected-text-color": "#5fde38",
102
+ "text-color": "#50fa7b"
103
+ },
104
+ "Changed line (new)": {
105
+ "background-color": "#50fa7b",
106
+ "selected-text-color": "#5fde38",
107
+ "text-color": "#50fa7b"
108
+ },
109
+ "Changed line (old)": {
110
+ "selected-text-color": "#e66eb4",
111
+ "text-color": "#ff79c6"
112
+ },
113
+ "Removed line": {
114
+ "selected-text-color": "#e66eb4",
115
+ "text-color": "#ff79c6"
116
+ }
117
+ },
118
+ "Doxygen": {
119
+ "Custom Tags": {
120
+ "selected-text-color": "#d465a7",
121
+ "text-color": "#d465a7"
122
+ },
123
+ "Description": {
124
+ "selected-text-color": "#c58e53",
125
+ "text-color": "#c58e53"
126
+ },
127
+ "Entities": {
128
+ "bold": false
129
+ },
130
+ "HTML Tag": {
131
+ "bold": false,
132
+ "selected-text-color": "#d465a7",
133
+ "text-color": "#d465a7"
134
+ },
135
+ "Region": {
136
+ "selected-text-color": "#6db8c7",
137
+ "text-color": "#6db8c7"
138
+ },
139
+ "Tags": {
140
+ "bold": false,
141
+ "selected-text-color": "#d465a7",
142
+ "text-color": "#d465a7"
143
+ },
144
+ "Word": {
145
+ "bold": false,
146
+ "selected-text-color": "#c58e53",
147
+ "text-color": "#c58e53"
148
+ }
149
+ },
150
+ "GNU Assembler": {
151
+ "Label": {
152
+ "underline": true
153
+ }
154
+ },
155
+ "Go": {
156
+ "Builtin Function": {
157
+ "selected-text-color": "#50fa7b",
158
+ "text-color": "#50fa7b"
159
+ }
160
+ },
161
+ "HTML": {
162
+ "Doctype": {
163
+ "bold": false,
164
+ "italic": false,
165
+ "selected-text-color": "#ff79c6",
166
+ "text-color": "#ff79c6"
167
+ }
168
+ },
169
+ "ISO C++": {
170
+ "Prep. Lib": {
171
+ "selected-text-color": "#f1fa8c",
172
+ "text-color": "#f1fa8c"
173
+ },
174
+ "Standard Suffix": {
175
+ "selected-text-color": "#ff79c6",
176
+ "text-color": "#ff79c6"
177
+ },
178
+ "UDL Numeric Suffix": {
179
+ "selected-text-color": "#ff79c6",
180
+ "text-color": "#ff79c6"
181
+ },
182
+ "UDL String Suffix": {
183
+ "selected-text-color": "#ff79c6",
184
+ "text-color": "#ff79c6"
185
+ }
186
+ },
187
+ "Intel x86 (NASM)": {
188
+ "Label": {
189
+ "underline": true
190
+ },
191
+ "Registers": {
192
+ "selected-text-color": "#ffb86c",
193
+ "text-color": "#ffb86c"
194
+ }
195
+ },
196
+ "JSON": {
197
+ "Style_Keyword": {
198
+ "selected-text-color": "#bd93f9",
199
+ "text-color": "#bd93f9"
200
+ },
201
+ "Style_String_Key": {
202
+ "italic": false
203
+ }
204
+ },
205
+ "JavaScript": {
206
+ "Built-in Objects": {
207
+ "italic": true
208
+ },
209
+ "Function (Built-in)": {
210
+ "selected-text-color": "#50fa7b",
211
+ "text-color": "#50fa7b"
212
+ },
213
+ "Object Member": {
214
+ "selected-text-color": "#f8f8f2",
215
+ "text-color": "#f8f8f2"
216
+ }
217
+ },
218
+ "JavaScript React (JSX)": {
219
+ "Attribute": {
220
+ "italic": true
221
+ },
222
+ "Component Tag": {
223
+ "bold": false,
224
+ "selected-text-color": "#8be9fd",
225
+ "text-color": "#8be9fd"
226
+ }
227
+ },
228
+ "Makefile": {
229
+ "Operator": {
230
+ "selected-text-color": "#ff79c6",
231
+ "text-color": "#ff79c6"
232
+ },
233
+ "Prereq": {
234
+ "italic": false,
235
+ "selected-text-color": "#f1fa8c",
236
+ "text-color": "#f1fa8c"
237
+ },
238
+ "Target": {
239
+ "selected-text-color": "#8be9fd",
240
+ "text-color": "#8be9fd"
241
+ },
242
+ "Variable": {
243
+ "selected-text-color": "#ffb86c",
244
+ "text-color": "#ffb86c"
245
+ }
246
+ },
247
+ "Markdown": {
248
+ "Blockquote: Link": {
249
+ "selected-text-color": "#8be9fd",
250
+ "text-color": "#8be9fd"
251
+ },
252
+ "Email": {
253
+ "selected-text-color": "#8be9fd",
254
+ "text-color": "#8be9fd"
255
+ },
256
+ "Emphasis Text": {
257
+ "selected-text-color": "#f1fa8c",
258
+ "text-color": "#f1fa8c"
259
+ },
260
+ "Header H1": {
261
+ "selected-text-color": "#bd93f9",
262
+ "text-color": "#bd93f9"
263
+ },
264
+ "Header H2": {
265
+ "selected-text-color": "#bd93f9",
266
+ "text-color": "#bd93f9"
267
+ },
268
+ "Header H3": {
269
+ "selected-text-color": "#bd93f9",
270
+ "text-color": "#bd93f9"
271
+ },
272
+ "Header H4": {
273
+ "selected-text-color": "#bd93f9",
274
+ "text-color": "#bd93f9"
275
+ },
276
+ "Header H5": {
277
+ "selected-text-color": "#bd93f9",
278
+ "text-color": "#bd93f9"
279
+ },
280
+ "Header H6": {
281
+ "selected-text-color": "#bd93f9",
282
+ "text-color": "#bd93f9"
283
+ },
284
+ "Inline Image": {
285
+ "selected-text-color": "#ffb86c",
286
+ "text-color": "#ffb86c"
287
+ },
288
+ "Inline Image: Link": {
289
+ "selected-text-color": "#8be9fd",
290
+ "text-color": "#8be9fd"
291
+ },
292
+ "Link": {
293
+ "selected-text-color": "#8be9fd",
294
+ "text-color": "#8be9fd"
295
+ },
296
+ "List: Emphasis Text": {
297
+ "selected-text-color": "#f1fa8c",
298
+ "text-color": "#f1fa8c"
299
+ },
300
+ "List: Link": {
301
+ "selected-text-color": "#8be9fd",
302
+ "text-color": "#8be9fd"
303
+ },
304
+ "List: Strong Text": {
305
+ "selected-text-color": "#ffb86c",
306
+ "text-color": "#ffb86c"
307
+ },
308
+ "Normal Text: Link": {
309
+ "selected-text-color": "#8be9fd",
310
+ "text-color": "#8be9fd"
311
+ },
312
+ "Reference Image": {
313
+ "selected-text-color": "#ffb86c",
314
+ "text-color": "#ffb86c"
315
+ },
316
+ "Reference-Link": {
317
+ "selected-text-color": "#8be9fd",
318
+ "text-color": "#8be9fd"
319
+ },
320
+ "Reference-Link Name": {
321
+ "selected-text-color": "#ff79c6",
322
+ "text-color": "#ff79c6",
323
+ "underline": false
324
+ },
325
+ "Reference-Link Target": {
326
+ "selected-text-color": "#ff79c6",
327
+ "text-color": "#ff79c6"
328
+ },
329
+ "Reference-Link Target: Link": {
330
+ "selected-text-color": "#8be9fd",
331
+ "text-color": "#8be9fd"
332
+ },
333
+ "Reference-Link: Link": {
334
+ "selected-text-color": "#8be9fd",
335
+ "text-color": "#8be9fd"
336
+ },
337
+ "Strong Text": {
338
+ "selected-text-color": "#ffb86c",
339
+ "text-color": "#ffb86c"
340
+ }
341
+ },
342
+ "Modelines": {
343
+ "Variable": {
344
+ "selected-text-color": "#c58e53",
345
+ "text-color": "#c58e53"
346
+ }
347
+ },
348
+ "PHP/PHP": {
349
+ "Backslash Code": {
350
+ "bold": false,
351
+ "selected-text-color": "#ff79c6",
352
+ "text-color": "#ff79c6"
353
+ },
354
+ "Control Structures": {
355
+ "selected-text-color": "#ff79c6",
356
+ "text-color": "#ff79c6"
357
+ },
358
+ "Library Constant": {
359
+ "bold": false,
360
+ "selected-text-color": "#bd93f9",
361
+ "text-color": "#bd93f9"
362
+ },
363
+ "Special Variable": {
364
+ "bold": false,
365
+ "selected-text-color": "#f8f8f2",
366
+ "text-color": "#f8f8f2"
367
+ },
368
+ "Variable": {
369
+ "selected-text-color": "#f8f8f2",
370
+ "text-color": "#f8f8f2"
371
+ }
372
+ },
373
+ "Python": {
374
+ "Builtin Function": {
375
+ "selected-text-color": "#50fa7b",
376
+ "text-color": "#50fa7b"
377
+ },
378
+ "Special Variable": {
379
+ "selected-text-color": "#bd93f9",
380
+ "text-color": "#bd93f9"
381
+ }
382
+ },
383
+ "QMake": {
384
+ "Backslash Code": {
385
+ "bold": false
386
+ },
387
+ "Predefined Variable": {
388
+ "bold": false,
389
+ "selected-text-color": "#ffb86c",
390
+ "text-color": "#ffb86c"
391
+ }
392
+ },
393
+ "Ruby": {
394
+ "Access Control": {
395
+ "bold": false,
396
+ "selected-text-color": "#50fa7b",
397
+ "text-color": "#50fa7b"
398
+ },
399
+ "Default globals": {
400
+ "bold": false
401
+ },
402
+ "Definition": {
403
+ "selected-text-color": "#50fa7b",
404
+ "text-color": "#50fa7b"
405
+ },
406
+ "Global Constant": {
407
+ "bold": false,
408
+ "italic": true,
409
+ "selected-text-color": "#8be9fd",
410
+ "text-color": "#8be9fd"
411
+ },
412
+ "Kernel methods": {
413
+ "bold": false,
414
+ "selected-text-color": "#8be9fd",
415
+ "text-color": "#8be9fd"
416
+ },
417
+ "Message": {
418
+ "selected-text-color": "#50fa7b",
419
+ "text-color": "#50fa7b"
420
+ },
421
+ "Module mixin methods": {
422
+ "bold": false
423
+ },
424
+ "Pseudo variable": {
425
+ "selected-text-color": "#50fa7b",
426
+ "text-color": "#50fa7b"
427
+ }
428
+ },
429
+ "Rust": {
430
+ "Attribute": {
431
+ "selected-text-color": "#f8f8f2",
432
+ "text-color": "#f8f8f2"
433
+ },
434
+ "CConstant": {
435
+ "bold": false
436
+ },
437
+ "CType": {
438
+ "italic": true,
439
+ "selected-text-color": "#8be9fd",
440
+ "text-color": "#8be9fd"
441
+ },
442
+ "Constant": {
443
+ "bold": false
444
+ },
445
+ "Definition": {
446
+ "selected-text-color": "#50fa7b",
447
+ "text-color": "#50fa7b"
448
+ },
449
+ "Lifetime": {
450
+ "selected-text-color": "#ff79c6",
451
+ "text-color": "#ff79c6"
452
+ },
453
+ "Macro": {
454
+ "selected-text-color": "#8be9fd",
455
+ "text-color": "#8be9fd"
456
+ },
457
+ "Scope": {
458
+ "selected-text-color": "#f8f8f2",
459
+ "text-color": "#f8f8f2"
460
+ },
461
+ "Self": {
462
+ "italic": true,
463
+ "selected-text-color": "#bd93f9",
464
+ "text-color": "#bd93f9"
465
+ },
466
+ "Trait": {
467
+ "selected-text-color": "#f8f8f2",
468
+ "text-color": "#f8f8f2"
469
+ }
470
+ },
471
+ "SPDX-Comments": {
472
+ "SPDX Deprecated License": {
473
+ "selected-text-color": "#d465a7",
474
+ "text-color": "#d465a7"
475
+ },
476
+ "SPDX Deprecated License Exception": {
477
+ "selected-text-color": "#d465a7",
478
+ "text-color": "#d465a7"
479
+ },
480
+ "SPDX License": {
481
+ "selected-text-color": "#d465a7",
482
+ "text-color": "#d465a7"
483
+ },
484
+ "SPDX License Exception": {
485
+ "selected-text-color": "#d465a7",
486
+ "text-color": "#d465a7"
487
+ },
488
+ "SPDX Tag": {
489
+ "selected-text-color": "#d465a7",
490
+ "text-color": "#d465a7"
491
+ },
492
+ "SPDX Value": {
493
+ "selected-text-color": "#d465a7",
494
+ "text-color": "#d465a7"
495
+ }
496
+ },
497
+ "TypeScript": {
498
+ "Built-in Objects": {
499
+ "italic": true
500
+ },
501
+ "Function (Built-in)": {
502
+ "selected-text-color": "#50fa7b",
503
+ "text-color": "#50fa7b"
504
+ },
505
+ "Object Member": {
506
+ "selected-text-color": "#f8f8f2",
507
+ "text-color": "#f8f8f2"
508
+ }
509
+ },
510
+ "TypeScript React (TSX)": {
511
+ "Attribute": {
512
+ "italic": true
513
+ },
514
+ "Component Tag": {
515
+ "bold": false,
516
+ "selected-text-color": "#8be9fd",
517
+ "text-color": "#8be9fd"
518
+ }
519
+ },
520
+ "YAML": {
521
+ "Attribute": {
522
+ "selected-text-color": "#f1fa8c",
523
+ "text-color": "#f1fa8c"
524
+ },
525
+ "Key": {
526
+ "bold": false,
527
+ "selected-text-color": "#8be9fd",
528
+ "text-color": "#8be9fd"
529
+ },
530
+ "List": {
531
+ "selected-text-color": "#f1fa8c",
532
+ "text-color": "#f1fa8c"
533
+ }
534
+ }
535
+ },
536
+ "editor-colors": {
537
+ "BackgroundColor": "#282a36",
538
+ "BracketMatching": "#7c62a5",
539
+ "CodeFolding": "#44475a",
540
+ "CurrentLine": "#44475a",
541
+ "CurrentLineNumber": "#f8f8f2",
542
+ "IconBorder": "#282a36",
543
+ "IndentationLine": "#6272a4",
544
+ "LineNumbers": "#6272a4",
545
+ "MarkBookmark": "#8be9fd",
546
+ "MarkBreakpointActive": "#ff5555",
547
+ "MarkBreakpointDisabled": "#bd93f9",
548
+ "MarkBreakpointReached": "#f1fa8c",
549
+ "MarkError": "#ff5555",
550
+ "MarkExecution": "#44475a",
551
+ "MarkWarning": "#ffb86c",
552
+ "ModifiedLines": "#ff79c6",
553
+ "ReplaceHighlight": "#2c8843",
554
+ "SavedLines": "#50fa7b",
555
+ "SearchHighlight": "#566591",
556
+ "Separator": "#45474e",
557
+ "SpellChecking": "#ff5555",
558
+ "TabMarker": "#6272a4",
559
+ "TemplateBackground": "#282a36",
560
+ "TemplateFocusedPlaceholder": "#282a36",
561
+ "TemplatePlaceholder": "#282a36",
562
+ "TemplateReadOnlyPlaceholder": "#44475a",
563
+ "TextSelection": "#44475a",
564
+ "WordWrapMarker": "#282a36"
565
+ },
566
+ "metadata": {
567
+ "copyright": [
568
+ "SPDX-FileCopyrightText: 2016 Dracula Theme",
569
+ "SPDX-FileCopyrightText: 2020 Christoph Cullmann <cullmann@kde.org>"
570
+ ],
571
+ "license": "SPDX-License-Identifier: MIT",
572
+ "name": "Dracula",
573
+ "revision": 8
574
+ },
575
+ "text-styles": {
576
+ "Alert": {
577
+ "bold": true,
578
+ "selected-text-color": "#ff5555",
579
+ "text-color": "#ff5555"
580
+ },
581
+ "Annotation": {
582
+ "selected-text-color": "#ff79c6",
583
+ "text-color": "#ff79c6"
584
+ },
585
+ "Attribute": {
586
+ "selected-text-color": "#ff79c6",
587
+ "text-color": "#ff79c6"
588
+ },
589
+ "BaseN": {
590
+ "selected-text-color": "#bd93f9",
591
+ "text-color": "#bd93f9"
592
+ },
593
+ "BuiltIn": {
594
+ "selected-text-color": "#8be9fd",
595
+ "text-color": "#8be9fd"
596
+ },
597
+ "Char": {
598
+ "selected-text-color": "#f1fa8c",
599
+ "text-color": "#f1fa8c"
600
+ },
601
+ "Comment": {
602
+ "selected-text-color": "#6272a4",
603
+ "text-color": "#6272a4"
604
+ },
605
+ "CommentVar": {
606
+ "selected-text-color": "#8be9fd",
607
+ "text-color": "#8be9fd"
608
+ },
609
+ "Constant": {
610
+ "bold": true,
611
+ "selected-text-color": "#bd93f9",
612
+ "text-color": "#bd93f9"
613
+ },
614
+ "ControlFlow": {
615
+ "selected-text-color": "#ff79c6",
616
+ "text-color": "#ff79c6"
617
+ },
618
+ "DataType": {
619
+ "italic": true,
620
+ "selected-text-color": "#8be9fd",
621
+ "text-color": "#8be9fd"
622
+ },
623
+ "DecVal": {
624
+ "selected-text-color": "#bd93f9",
625
+ "text-color": "#bd93f9"
626
+ },
627
+ "Documentation": {
628
+ "selected-text-color": "#ffb86c",
629
+ "text-color": "#ffb86c"
630
+ },
631
+ "Error": {
632
+ "selected-text-color": "#ff5555",
633
+ "text-color": "#ff5555",
634
+ "underline": true
635
+ },
636
+ "Extension": {
637
+ "selected-text-color": "#8be9fd",
638
+ "text-color": "#8be9fd"
639
+ },
640
+ "Float": {
641
+ "selected-text-color": "#bd93f9",
642
+ "text-color": "#bd93f9"
643
+ },
644
+ "Function": {
645
+ "selected-text-color": "#50fa7b",
646
+ "text-color": "#50fa7b"
647
+ },
648
+ "Import": {
649
+ "selected-text-color": "#ff79c6",
650
+ "text-color": "#ff79c6"
651
+ },
652
+ "Information": {
653
+ "selected-text-color": "#f1fa8c",
654
+ "text-color": "#f1fa8c"
655
+ },
656
+ "Keyword": {
657
+ "selected-text-color": "#ff79c6",
658
+ "text-color": "#ff79c6"
659
+ },
660
+ "Normal": {
661
+ "selected-text-color": "#f8f8f2",
662
+ "text-color": "#f8f8f2"
663
+ },
664
+ "Operator": {
665
+ "selected-text-color": "#f8f8f2",
666
+ "text-color": "#f8f8f2"
667
+ },
668
+ "Others": {
669
+ "selected-text-color": "#50fa7b",
670
+ "text-color": "#50fa7b"
671
+ },
672
+ "Preprocessor": {
673
+ "selected-text-color": "#ff79c6",
674
+ "text-color": "#ff79c6"
675
+ },
676
+ "RegionMarker": {
677
+ "selected-text-color": "#8be9fd",
678
+ "text-color": "#8be9fd"
679
+ },
680
+ "SpecialChar": {
681
+ "selected-text-color": "#ff79c6",
682
+ "text-color": "#ff79c6"
683
+ },
684
+ "SpecialString": {
685
+ "selected-text-color": "#f1fa8c",
686
+ "text-color": "#f1fa8c"
687
+ },
688
+ "String": {
689
+ "selected-text-color": "#f1fa8c",
690
+ "text-color": "#f1fa8c"
691
+ },
692
+ "Variable": {
693
+ "selected-text-color": "#8be9fd",
694
+ "text-color": "#8be9fd"
695
+ },
696
+ "VerbatimString": {
697
+ "selected-text-color": "#d7e60a",
698
+ "text-color": "#d7e60a"
699
+ },
700
+ "Warning": {
701
+ "selected-text-color": "#ff5555",
702
+ "text-color": "#ff5555"
703
+ }
704
+ }
705
+ }