@principal-ai/file-city-react 0.4.4 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,996 +0,0 @@
1
- {
2
- "version": "1.0.0",
3
- "description": "Git Gallery file color palette configuration",
4
- "lastUpdated": "2025-01-26",
5
- "suffixConfigs": {
6
- ".ts": {
7
- "primary": {
8
- "color": "#007ACC",
9
- "renderStrategy": "fill",
10
- "opacity": 1.0
11
- },
12
- "displayName": "TypeScript",
13
- "description": "TypeScript source files",
14
- "category": "Frontend",
15
- "source": "https://www.typescriptlang.org/branding/"
16
- },
17
- ".tsx": {
18
- "primary": {
19
- "color": "#007ACC",
20
- "renderStrategy": "fill",
21
- "opacity": 1.0
22
- },
23
- "secondary": {
24
- "color": "#61DBFB",
25
- "renderStrategy": "border",
26
- "opacity": 0.6
27
- },
28
- "displayName": "TSX",
29
- "description": "TypeScript React components",
30
- "category": "Frontend"
31
- },
32
- ".js": {
33
- "primary": {
34
- "color": "#f1e05a",
35
- "renderStrategy": "fill",
36
- "opacity": 1.0
37
- },
38
- "displayName": "JavaScript",
39
- "description": "JavaScript source files",
40
- "category": "Frontend"
41
- },
42
- ".jsx": {
43
- "primary": {
44
- "color": "#61dafb",
45
- "renderStrategy": "fill",
46
- "opacity": 1.0
47
- },
48
- "secondary": {
49
- "color": "#f1e05a",
50
- "renderStrategy": "border",
51
- "opacity": 0.4
52
- },
53
- "displayName": "JSX",
54
- "description": "JavaScript React components",
55
- "category": "Frontend"
56
- },
57
- ".html": {
58
- "primary": {
59
- "color": "#e34c26",
60
- "renderStrategy": "fill",
61
- "opacity": 1.0
62
- },
63
- "displayName": "HTML",
64
- "description": "HyperText Markup Language",
65
- "category": "Web"
66
- },
67
- ".css": {
68
- "primary": {
69
- "color": "#563d7c",
70
- "renderStrategy": "fill",
71
- "opacity": 1.0
72
- },
73
- "secondary": {
74
- "color": "#ffffff",
75
- "renderStrategy": "border",
76
- "borderWidth": 1,
77
- "opacity": 1.0
78
- },
79
- "displayName": "CSS",
80
- "description": "Cascading Style Sheets",
81
- "category": "Web"
82
- },
83
- ".scss": {
84
- "primary": {
85
- "color": "#c6538c",
86
- "renderStrategy": "fill",
87
- "opacity": 1.0
88
- },
89
- "displayName": "SCSS",
90
- "description": "Sassy CSS",
91
- "category": "Web"
92
- },
93
- ".sass": {
94
- "primary": {
95
- "color": "#c6538c",
96
- "renderStrategy": "fill",
97
- "opacity": 1.0
98
- },
99
- "displayName": "Sass",
100
- "description": "Syntactically Awesome Style Sheets",
101
- "category": "Web"
102
- },
103
- ".less": {
104
- "primary": {
105
- "color": "#1d365d",
106
- "renderStrategy": "fill",
107
- "opacity": 1.0
108
- },
109
- "displayName": "Less",
110
- "description": "Leaner Style Sheets",
111
- "category": "Web"
112
- },
113
- ".json": {
114
- "primary": {
115
- "color": "#ffd93d",
116
- "renderStrategy": "fill",
117
- "opacity": 1.0
118
- },
119
- "secondary": {
120
- "color": "#ff8c00",
121
- "renderStrategy": "border",
122
- "borderWidth": 1,
123
- "opacity": 1.0
124
- },
125
- "displayName": "JSON",
126
- "description": "JavaScript Object Notation",
127
- "category": "Data"
128
- },
129
- ".yaml": {
130
- "primary": {
131
- "color": "#cb171e",
132
- "renderStrategy": "fill",
133
- "opacity": 1.0
134
- },
135
- "displayName": "YAML",
136
- "description": "YAML Ain't Markup Language",
137
- "category": "Config"
138
- },
139
- ".yml": {
140
- "primary": {
141
- "color": "#cb171e",
142
- "renderStrategy": "fill",
143
- "opacity": 1.0
144
- },
145
- "displayName": "YML",
146
- "description": "YAML Ain't Markup Language",
147
- "category": "Config"
148
- },
149
- ".xml": {
150
- "primary": {
151
- "color": "#ff6600",
152
- "renderStrategy": "fill",
153
- "opacity": 1.0
154
- },
155
- "displayName": "XML",
156
- "description": "eXtensible Markup Language",
157
- "category": "Data"
158
- },
159
- ".toml": {
160
- "primary": {
161
- "color": "#9c4221",
162
- "renderStrategy": "fill",
163
- "opacity": 1.0
164
- },
165
- "displayName": "TOML",
166
- "description": "Tom's Obvious, Minimal Language",
167
- "category": "Config"
168
- },
169
- ".md": {
170
- "primary": {
171
- "color": "#083fa1",
172
- "renderStrategy": "fill",
173
- "opacity": 1.0
174
- },
175
- "secondary": {
176
- "color": "#ffffff",
177
- "renderStrategy": "border",
178
- "opacity": 0.3
179
- },
180
- "displayName": "Markdown",
181
- "description": "Markdown documentation",
182
- "category": "Documentation"
183
- },
184
- ".mdx": {
185
- "primary": {
186
- "color": "#fcb32c",
187
- "renderStrategy": "fill",
188
- "opacity": 1.0
189
- },
190
- "secondary": {
191
- "color": "#083fa1",
192
- "renderStrategy": "glow",
193
- "opacity": 0.4
194
- },
195
- "displayName": "MDX",
196
- "description": "Markdown with JSX",
197
- "category": "Documentation"
198
- },
199
- ".py": {
200
- "primary": {
201
- "color": "#3572A5",
202
- "renderStrategy": "fill",
203
- "opacity": 0.8
204
- },
205
- "secondary": {
206
- "color": "#ffd43b",
207
- "renderStrategy": "border",
208
- "borderWidth": 2,
209
- "opacity": 0.9
210
- },
211
- "displayName": "Python",
212
- "description": "Python source files",
213
- "category": "Backend"
214
- },
215
- ".java": {
216
- "primary": {
217
- "color": "#b07219",
218
- "renderStrategy": "fill",
219
- "opacity": 1.0
220
- },
221
- "displayName": "Java",
222
- "description": "Java source files",
223
- "category": "Backend"
224
- },
225
- ".go": {
226
- "primary": {
227
- "color": "#00ADD8",
228
- "renderStrategy": "fill",
229
- "opacity": 0.8
230
- },
231
- "secondary": {
232
- "color": "#ffffff",
233
- "renderStrategy": "glow",
234
- "opacity": 0.5
235
- },
236
- "displayName": "Go",
237
- "description": "Go source files",
238
- "category": "Backend"
239
- },
240
- ".rs": {
241
- "primary": {
242
- "color": "#dea584",
243
- "renderStrategy": "fill",
244
- "opacity": 0.8
245
- },
246
- "secondary": {
247
- "color": "#ce422b",
248
- "renderStrategy": "border",
249
- "borderWidth": 2,
250
- "opacity": 1.0
251
- },
252
- "displayName": "Rust",
253
- "description": "Rust source files",
254
- "category": "Backend"
255
- },
256
- ".php": {
257
- "primary": {
258
- "color": "#4F5D95",
259
- "renderStrategy": "fill",
260
- "opacity": 1.0
261
- },
262
- "displayName": "PHP",
263
- "description": "PHP source files",
264
- "category": "Backend"
265
- },
266
- ".rb": {
267
- "primary": {
268
- "color": "#701516",
269
- "renderStrategy": "fill",
270
- "opacity": 1.0
271
- },
272
- "secondary": {
273
- "color": "#ff0000",
274
- "renderStrategy": "glow",
275
- "opacity": 0.3
276
- },
277
- "displayName": "Ruby",
278
- "description": "Ruby source files",
279
- "category": "Backend"
280
- },
281
- ".swift": {
282
- "primary": {
283
- "color": "#fa7343",
284
- "renderStrategy": "fill",
285
- "opacity": 0.8
286
- },
287
- "displayName": "Swift",
288
- "description": "Swift source files",
289
- "category": "Mobile"
290
- },
291
- ".c": {
292
- "primary": {
293
- "color": "#555555",
294
- "renderStrategy": "fill",
295
- "opacity": 0.8
296
- },
297
- "secondary": {
298
- "color": "#ffffff",
299
- "renderStrategy": "border",
300
- "borderWidth": 1,
301
- "opacity": 0.9
302
- },
303
- "displayName": "C",
304
- "description": "C source files",
305
- "category": "Systems"
306
- },
307
- ".cpp": {
308
- "primary": {
309
- "color": "#f34b7d",
310
- "renderStrategy": "fill",
311
- "opacity": 0.8
312
- },
313
- "displayName": "C++",
314
- "description": "C++ source files",
315
- "category": "Systems"
316
- },
317
- ".cs": {
318
- "primary": {
319
- "color": "#178600",
320
- "renderStrategy": "fill",
321
- "opacity": 1.0
322
- },
323
- "displayName": "C#",
324
- "description": "C# source files",
325
- "category": "Backend"
326
- },
327
- ".kt": {
328
- "primary": {
329
- "color": "#A97BFF",
330
- "renderStrategy": "fill",
331
- "opacity": 0.8
332
- },
333
- "secondary": {
334
- "color": "#7f39fb",
335
- "renderStrategy": "glow",
336
- "opacity": 0.4
337
- },
338
- "displayName": "Kotlin",
339
- "description": "Kotlin source files",
340
- "category": "Mobile"
341
- },
342
- ".sh": {
343
- "primary": {
344
- "color": "#89e051",
345
- "renderStrategy": "fill",
346
- "opacity": 1.0
347
- },
348
- "displayName": "Shell",
349
- "description": "Shell scripts",
350
- "category": "Scripts"
351
- },
352
- ".bash": {
353
- "primary": {
354
- "color": "#89e051",
355
- "renderStrategy": "fill",
356
- "opacity": 0.8
357
- },
358
- "displayName": "Bash",
359
- "description": "Bash scripts",
360
- "category": "Scripts"
361
- },
362
- ".zsh": {
363
- "primary": {
364
- "color": "#89e051",
365
- "renderStrategy": "fill",
366
- "opacity": 0.8
367
- },
368
- "displayName": "Zsh",
369
- "description": "Z shell scripts",
370
- "category": "Scripts"
371
- },
372
- ".fish": {
373
- "primary": {
374
- "color": "#89e051",
375
- "renderStrategy": "fill",
376
- "opacity": 0.8
377
- },
378
- "displayName": "Fish",
379
- "description": "Fish shell scripts",
380
- "category": "Scripts"
381
- },
382
- ".ps1": {
383
- "primary": {
384
- "color": "#012456",
385
- "renderStrategy": "fill",
386
- "opacity": 1.0
387
- },
388
- "secondary": {
389
- "color": "#ffffff",
390
- "renderStrategy": "border",
391
- "borderWidth": 1,
392
- "opacity": 0.9
393
- },
394
- "displayName": "PowerShell",
395
- "description": "PowerShell scripts",
396
- "category": "Scripts"
397
- },
398
- ".sql": {
399
- "primary": {
400
- "color": "#e38c00",
401
- "renderStrategy": "fill",
402
- "opacity": 0.8
403
- },
404
- "secondary": {
405
- "color": "#ffffff",
406
- "renderStrategy": "border",
407
- "opacity": 0.4
408
- },
409
- "displayName": "SQL",
410
- "description": "Structured Query Language",
411
- "category": "Database"
412
- },
413
- ".svg": {
414
- "primary": {
415
- "color": "#ffb13b",
416
- "renderStrategy": "fill",
417
- "opacity": 0.8
418
- },
419
- "secondary": {
420
- "color": "#ff8c00",
421
- "renderStrategy": "glow",
422
- "opacity": 0.5
423
- },
424
- "displayName": "SVG",
425
- "description": "Scalable Vector Graphics",
426
- "category": "Images"
427
- },
428
- ".png": {
429
- "primary": {
430
- "color": "#00b4d8",
431
- "renderStrategy": "fill",
432
- "opacity": 0.8
433
- },
434
- "displayName": "PNG",
435
- "description": "Portable Network Graphics",
436
- "category": "Images"
437
- },
438
- ".jpg": {
439
- "primary": {
440
- "color": "#00b4d8",
441
- "renderStrategy": "fill",
442
- "opacity": 0.8
443
- },
444
- "displayName": "JPEG",
445
- "description": "Joint Photographic Experts Group",
446
- "category": "Images"
447
- },
448
- ".jpeg": {
449
- "primary": {
450
- "color": "#00b4d8",
451
- "renderStrategy": "fill",
452
- "opacity": 0.8
453
- },
454
- "displayName": "JPEG",
455
- "description": "Joint Photographic Experts Group",
456
- "category": "Images"
457
- },
458
- ".gif": {
459
- "primary": {
460
- "color": "#00b4d8",
461
- "renderStrategy": "fill",
462
- "opacity": 0.8
463
- },
464
- "displayName": "GIF",
465
- "description": "Graphics Interchange Format",
466
- "category": "Images"
467
- },
468
- ".webp": {
469
- "primary": {
470
- "color": "#00b4d8",
471
- "renderStrategy": "fill",
472
- "opacity": 0.8
473
- },
474
- "displayName": "WebP",
475
- "description": "Web Picture format",
476
- "category": "Images"
477
- },
478
- ".vue": {
479
- "primary": {
480
- "color": "#41b883",
481
- "renderStrategy": "fill",
482
- "opacity": 0.8
483
- },
484
- "secondary": {
485
- "color": "#35495e",
486
- "renderStrategy": "border",
487
- "borderWidth": 2,
488
- "opacity": 1.0
489
- },
490
- "displayName": "Vue",
491
- "description": "Vue.js components",
492
- "category": "Frontend"
493
- },
494
- ".svelte": {
495
- "primary": {
496
- "color": "#ff3e00",
497
- "renderStrategy": "fill",
498
- "opacity": 0.8
499
- },
500
- "secondary": {
501
- "color": "#ffffff",
502
- "renderStrategy": "glow",
503
- "opacity": 0.6
504
- },
505
- "displayName": "Svelte",
506
- "description": "Svelte components",
507
- "category": "Frontend"
508
- },
509
- ".dart": {
510
- "primary": {
511
- "color": "#0175c2",
512
- "renderStrategy": "fill",
513
- "opacity": 0.8
514
- },
515
- "displayName": "Dart",
516
- "description": "Dart source files",
517
- "category": "Mobile"
518
- },
519
- ".r": {
520
- "primary": {
521
- "color": "#198ce7",
522
- "renderStrategy": "fill",
523
- "opacity": 0.8
524
- },
525
- "displayName": "R",
526
- "description": "R statistical computing",
527
- "category": "Analytics"
528
- },
529
- ".lua": {
530
- "primary": {
531
- "color": "#000080",
532
- "renderStrategy": "fill",
533
- "opacity": 0.8
534
- },
535
- "secondary": {
536
- "color": "#ffffff",
537
- "renderStrategy": "border",
538
- "borderWidth": 1,
539
- "opacity": 0.9
540
- },
541
- "displayName": "Lua",
542
- "description": "Lua source files",
543
- "category": "Scripts"
544
- },
545
- ".vim": {
546
- "primary": {
547
- "color": "#019733",
548
- "renderStrategy": "fill",
549
- "opacity": 0.8
550
- },
551
- "displayName": "Vim",
552
- "description": "Vim configuration",
553
- "category": "Config"
554
- },
555
- ".canvas": {
556
- "primary": {
557
- "color": "#7c3aed",
558
- "renderStrategy": "fill",
559
- "opacity": 0.8
560
- },
561
- "secondary": {
562
- "color": "#a78bfa",
563
- "renderStrategy": "glow",
564
- "opacity": 0.5
565
- },
566
- "displayName": "Canvas",
567
- "description": "Visual canvas files",
568
- "category": "Data"
569
- },
570
- ".lock": {
571
- "primary": {
572
- "color": "#6b7280",
573
- "renderStrategy": "fill",
574
- "opacity": 0.7
575
- },
576
- "secondary": {
577
- "color": "#9ca3af",
578
- "renderStrategy": "border",
579
- "borderWidth": 1,
580
- "opacity": 0.8
581
- },
582
- "displayName": "Lock",
583
- "description": "Lock files for dependency management",
584
- "category": "Config"
585
- },
586
- ".gitignore": {
587
- "primary": {
588
- "color": "#f05032",
589
- "renderStrategy": "fill",
590
- "opacity": 0.7
591
- },
592
- "displayName": "Git Ignore",
593
- "description": "Git ignore patterns",
594
- "category": "Config"
595
- },
596
- ".dockerignore": {
597
- "primary": {
598
- "color": "#2496ed",
599
- "renderStrategy": "fill",
600
- "opacity": 0.7
601
- },
602
- "displayName": "Docker Ignore",
603
- "description": "Docker ignore patterns",
604
- "category": "Config"
605
- },
606
- ".npmignore": {
607
- "primary": {
608
- "color": "#cb3837",
609
- "renderStrategy": "fill",
610
- "opacity": 0.7
611
- },
612
- "displayName": "NPM Ignore",
613
- "description": "NPM ignore patterns",
614
- "category": "Config"
615
- },
616
- ".eslintignore": {
617
- "primary": {
618
- "color": "#4b32c3",
619
- "renderStrategy": "fill",
620
- "opacity": 0.7
621
- },
622
- "displayName": "ESLint Ignore",
623
- "description": "ESLint ignore patterns",
624
- "category": "Config"
625
- },
626
- ".prettierignore": {
627
- "primary": {
628
- "color": "#56b3b4",
629
- "renderStrategy": "fill",
630
- "opacity": 0.7
631
- },
632
- "displayName": "Prettier Ignore",
633
- "description": "Prettier ignore patterns",
634
- "category": "Config"
635
- },
636
- ".bashrc": {
637
- "primary": {
638
- "color": "#89e051",
639
- "renderStrategy": "fill",
640
- "opacity": 0.7
641
- },
642
- "displayName": "Bash RC",
643
- "description": "Bash run commands",
644
- "category": "Config"
645
- },
646
- ".zshrc": {
647
- "primary": {
648
- "color": "#89e051",
649
- "renderStrategy": "fill",
650
- "opacity": 0.7
651
- },
652
- "displayName": "Zsh RC",
653
- "description": "Zsh run commands",
654
- "category": "Config"
655
- },
656
- ".vimrc": {
657
- "primary": {
658
- "color": "#019733",
659
- "renderStrategy": "fill",
660
- "opacity": 0.7
661
- },
662
- "displayName": "Vim RC",
663
- "description": "Vim run commands",
664
- "category": "Config"
665
- },
666
- ".npmrc": {
667
- "primary": {
668
- "color": "#cb3837",
669
- "renderStrategy": "fill",
670
- "opacity": 0.7
671
- },
672
- "displayName": "NPM RC",
673
- "description": "NPM configuration",
674
- "category": "Config"
675
- },
676
- ".eslintrc": {
677
- "primary": {
678
- "color": "#4b32c3",
679
- "renderStrategy": "fill",
680
- "opacity": 0.7
681
- },
682
- "displayName": "ESLint RC",
683
- "description": "ESLint configuration",
684
- "category": "Config"
685
- },
686
- ".prettierrc": {
687
- "primary": {
688
- "color": "#56b3b4",
689
- "renderStrategy": "fill",
690
- "opacity": 0.7
691
- },
692
- "displayName": "Prettier RC",
693
- "description": "Prettier configuration",
694
- "category": "Config"
695
- },
696
- ".babelrc": {
697
- "primary": {
698
- "color": "#f5da55",
699
- "renderStrategy": "fill",
700
- "opacity": 0.7
701
- },
702
- "displayName": "Babel RC",
703
- "description": "Babel configuration",
704
- "category": "Config"
705
- },
706
- "LICENSE": {
707
- "primary": {
708
- "color": "#d4af37",
709
- "renderStrategy": "fill",
710
- "opacity": 0.8
711
- },
712
- "secondary": {
713
- "color": "#ffd700",
714
- "renderStrategy": "border",
715
- "borderWidth": 1,
716
- "opacity": 0.9
717
- },
718
- "displayName": "License",
719
- "description": "License file",
720
- "category": "Documentation"
721
- },
722
- ".txt": {
723
- "primary": {
724
- "color": "#6b7280",
725
- "renderStrategy": "fill",
726
- "opacity": 0.8
727
- },
728
- "secondary": {
729
- "color": "#9ca3af",
730
- "renderStrategy": "border",
731
- "borderWidth": 1,
732
- "opacity": 0.7
733
- },
734
- "displayName": "Text",
735
- "description": "Plain text files",
736
- "category": "Documentation"
737
- },
738
- ".scm": {
739
- "primary": {
740
- "color": "#6e56cf",
741
- "renderStrategy": "fill",
742
- "opacity": 0.8
743
- },
744
- "secondary": {
745
- "color": "#9e8cfc",
746
- "renderStrategy": "border",
747
- "borderWidth": 1,
748
- "opacity": 0.7
749
- },
750
- "displayName": "Scheme",
751
- "description": "Scheme/Tree-sitter query files",
752
- "category": "Scripts"
753
- },
754
- ".zig": {
755
- "primary": {
756
- "color": "#F7A41D",
757
- "renderStrategy": "fill",
758
- "opacity": 0.8
759
- },
760
- "secondary": {
761
- "color": "#ffffff",
762
- "renderStrategy": "border",
763
- "borderWidth": 1,
764
- "opacity": 0.7
765
- },
766
- "displayName": "Zig",
767
- "description": "Zig source files",
768
- "category": "Systems"
769
- },
770
- ".zon": {
771
- "primary": {
772
- "color": "#F7A41D",
773
- "renderStrategy": "fill",
774
- "opacity": 0.7
775
- },
776
- "secondary": {
777
- "color": "#ffd43b",
778
- "renderStrategy": "border",
779
- "borderWidth": 1,
780
- "opacity": 0.6
781
- },
782
- "displayName": "Zon",
783
- "description": "Zig Object Notation",
784
- "category": "Config"
785
- },
786
- ".nix": {
787
- "primary": {
788
- "color": "#7ebae4",
789
- "renderStrategy": "fill",
790
- "opacity": 0.8
791
- },
792
- "secondary": {
793
- "color": "#5277c3",
794
- "renderStrategy": "border",
795
- "borderWidth": 1,
796
- "opacity": 0.7
797
- },
798
- "displayName": "Nix",
799
- "description": "Nix expression language",
800
- "category": "Config"
801
- },
802
- ".h": {
803
- "primary": {
804
- "color": "#a074c4",
805
- "renderStrategy": "fill",
806
- "opacity": 0.8
807
- },
808
- "secondary": {
809
- "color": "#ffffff",
810
- "renderStrategy": "border",
811
- "borderWidth": 1,
812
- "opacity": 0.6
813
- },
814
- "displayName": "Header",
815
- "description": "C/C++ header files",
816
- "category": "Systems"
817
- },
818
- ".po": {
819
- "primary": {
820
- "color": "#2e7d32",
821
- "renderStrategy": "fill",
822
- "opacity": 0.7
823
- },
824
- "displayName": "Gettext",
825
- "description": "Gettext translation files",
826
- "category": "Data"
827
- },
828
- ".pot": {
829
- "primary": {
830
- "color": "#2e7d32",
831
- "renderStrategy": "fill",
832
- "opacity": 0.7
833
- },
834
- "displayName": "Gettext Template",
835
- "description": "Gettext translation template",
836
- "category": "Data"
837
- },
838
- ".blp": {
839
- "primary": {
840
- "color": "#3584e4",
841
- "renderStrategy": "fill",
842
- "opacity": 0.8
843
- },
844
- "displayName": "Blueprint",
845
- "description": "GTK Blueprint UI files",
846
- "category": "Frontend"
847
- },
848
- ".glsl": {
849
- "primary": {
850
- "color": "#5686a5",
851
- "renderStrategy": "fill",
852
- "opacity": 0.8
853
- },
854
- "secondary": {
855
- "color": "#8bc9f0",
856
- "renderStrategy": "glow",
857
- "opacity": 0.4
858
- },
859
- "displayName": "GLSL",
860
- "description": "OpenGL Shading Language",
861
- "category": "Graphics"
862
- },
863
- ".metal": {
864
- "primary": {
865
- "color": "#8c8c8c",
866
- "renderStrategy": "fill",
867
- "opacity": 0.8
868
- },
869
- "secondary": {
870
- "color": "#c0c0c0",
871
- "renderStrategy": "glow",
872
- "opacity": 0.5
873
- },
874
- "displayName": "Metal",
875
- "description": "Apple Metal shaders",
876
- "category": "Graphics"
877
- },
878
- ".ttf": {
879
- "primary": {
880
- "color": "#e84393",
881
- "renderStrategy": "fill",
882
- "opacity": 0.7
883
- },
884
- "displayName": "TrueType",
885
- "description": "TrueType font files",
886
- "category": "Assets"
887
- },
888
- ".otf": {
889
- "primary": {
890
- "color": "#e84393",
891
- "renderStrategy": "fill",
892
- "opacity": 0.7
893
- },
894
- "displayName": "OpenType",
895
- "description": "OpenType font files",
896
- "category": "Assets"
897
- },
898
- ".woff": {
899
- "primary": {
900
- "color": "#e84393",
901
- "renderStrategy": "fill",
902
- "opacity": 0.7
903
- },
904
- "displayName": "WOFF",
905
- "description": "Web Open Font Format",
906
- "category": "Assets"
907
- },
908
- ".woff2": {
909
- "primary": {
910
- "color": "#e84393",
911
- "renderStrategy": "fill",
912
- "opacity": 0.7
913
- },
914
- "displayName": "WOFF2",
915
- "description": "Web Open Font Format 2",
916
- "category": "Assets"
917
- },
918
- ".xib": {
919
- "primary": {
920
- "color": "#147efb",
921
- "renderStrategy": "fill",
922
- "opacity": 0.8
923
- },
924
- "displayName": "XIB",
925
- "description": "Xcode Interface Builder",
926
- "category": "Frontend"
927
- },
928
- ".plist": {
929
- "primary": {
930
- "color": "#8e8e93",
931
- "renderStrategy": "fill",
932
- "opacity": 0.7
933
- },
934
- "displayName": "Plist",
935
- "description": "Apple Property List",
936
- "category": "Config"
937
- },
938
- ".entitlements": {
939
- "primary": {
940
- "color": "#ff9500",
941
- "renderStrategy": "fill",
942
- "opacity": 0.7
943
- },
944
- "displayName": "Entitlements",
945
- "description": "macOS entitlements",
946
- "category": "Config"
947
- },
948
- ".m": {
949
- "primary": {
950
- "color": "#438eff",
951
- "renderStrategy": "fill",
952
- "opacity": 0.8
953
- },
954
- "displayName": "Objective-C",
955
- "description": "Objective-C source files",
956
- "category": "Mobile"
957
- },
958
- ".mm": {
959
- "primary": {
960
- "color": "#438eff",
961
- "renderStrategy": "fill",
962
- "opacity": 0.8
963
- },
964
- "secondary": {
965
- "color": "#f34b7d",
966
- "renderStrategy": "border",
967
- "borderWidth": 1,
968
- "opacity": 0.7
969
- },
970
- "displayName": "Objective-C++",
971
- "description": "Objective-C++ source files",
972
- "category": "Mobile"
973
- },
974
- ".nu": {
975
- "primary": {
976
- "color": "#3aa675",
977
- "renderStrategy": "fill",
978
- "opacity": 0.8
979
- },
980
- "displayName": "Nushell",
981
- "description": "Nushell scripts",
982
- "category": "Scripts"
983
- }
984
- },
985
- "defaultConfig": {
986
- "primary": {
987
- "color": "#8b949e",
988
- "renderStrategy": "fill",
989
- "opacity": 0.6
990
- },
991
- "displayName": "Other",
992
- "description": "Unrecognized file types",
993
- "category": "Other"
994
- },
995
- "includeUnmatched": true
996
- }