-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathicons.json
314 lines (313 loc) · 8.82 KB
/
icons.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
{
"iconDefinitions": {
"folder": {"iconPath": "./icons/folder.png"},
"folder-expanded": {"iconPath": "./icons/folder-expanded.png"},
"file": {"iconPath": "./icons/file.png"},
"archive": {"iconPath": "./icons/archive.png"},
"asp": {"iconPath": "./icons/asp.png"},
"assembly": {"iconPath": "./icons/assembly.png"},
"build-folder": {"iconPath": "./icons/build-folder.png"},
"build-folder-expanded": {"iconPath": "./icons/build-folder-expanded.png"},
"c": {"iconPath": "./icons/c.png"},
"clojure": {"iconPath": "./icons/clojure.png"},
"coffeescript": {"iconPath": "./icons/coffeescript.png"},
"console": {"iconPath": "./icons/console.png"},
"cpp": {"iconPath": "./icons/cpp.png"},
"csharp": {"iconPath": "./icons/csharp.png"},
"cshtml": {"iconPath": "./icons/html.png"},
"css": {"iconPath": "./icons/css.png"},
"dart": {"iconPath": "./icons/dart.png"},
"database": {"iconPath": "./icons/database.png"},
"disc": {"iconPath": "./icons/disc.png"},
"elixir": {"iconPath": "./icons/elixir.png"},
"elm": {"iconPath": "./icons/elm.png"},
"erlang": {"iconPath": "./icons/erlang.png"},
"executable": {"iconPath": "./icons/executable.png"},
"flash": {"iconPath": "./icons/flash.png"},
"font": {"iconPath": "./icons/font.png"},
"fsharp": {"iconPath": "./icons/fsharp.png"},
"git": {"iconPath": "./icons/git.png"},
"go": {"iconPath": "./icons/go.png"},
"haskell": {"iconPath": "./icons/haskell.png"},
"header": {"iconPath": "./icons/header.png"},
"html": {"iconPath": "./icons/html.png"},
"icon": {"iconPath": "./icons/icon.png"},
"java": {"iconPath": "./icons/java.png"},
"javascript": {"iconPath": "./icons/javascript.png"},
"json": {"iconPath": "./icons/json.png"},
"julia": {"iconPath": "./icons/julia.png"},
"kotlin": {"iconPath": "./icons/kotlin.png"},
"less": {"iconPath": "./icons/less.png"},
"lib": {"iconPath": "./icons/lib.png"},
"libreoffice-database": {"iconPath": "./icons/libreoffice-database.png"},
"libreoffice-drawing": {"iconPath": "./icons/libreoffice-drawing.png"},
"libreoffice-formula": {"iconPath": "./icons/libreoffice-formula.png"},
"libreoffice-presentation": {"iconPath": "./icons/libreoffice-presentation.png"},
"libreoffice-spreadsheet": {"iconPath": "./icons/libreoffice-spreadsheet.png"},
"libreoffice-writer": {"iconPath": "./icons/libreoffice-writer.png"},
"lisp": {"iconPath": "./icons/lisp.png"},
"lua": {"iconPath": "./icons/lua.png"},
"make": {"iconPath": "./icons/make.png"},
"mustache": {"iconPath": "./icons/mustache.png"},
"nim": {"iconPath": "./icons/nim.png"},
"ocaml": {"iconPath": "./icons/ocaml.png"},
"office-access": {"iconPath": "./icons/office-access.png"},
"office-excel": {"iconPath": "./icons/office-excel.png"},
"office-onenote": {"iconPath": "./icons/office-onenote.png"},
"office-outlook": {"iconPath": "./icons/office-outlook.png"},
"office-powerpoint": {"iconPath": "./icons/office-powerpoint.png"},
"office-word": {"iconPath": "./icons/office-word.png"},
"pdf": {"iconPath": "./icons/pdf.png"},
"php": {"iconPath": "./icons/php.png"},
"powershell": {"iconPath": "./icons/powershell.png"},
"pug": {"iconPath": "./icons/mustache.png"},
"python": {"iconPath": "./icons/python.png"},
"raster": {"iconPath": "./icons/raster.png"},
"racket": {"iconpath": "./icons/racket.png"},
"react": {"iconPath": "./icons/react.png"},
"richtext": {"iconPath": "./icons/richtext.png"},
"ruby": {"iconPath": "./icons/ruby.png"},
"rust": {"iconPath": "./icons/rust.png"},
"sass": {"iconPath": "./icons/sass.png"},
"scala": {"iconPath": "./icons/scala.png"},
"scheme": {"iconPath": "./icons/scheme.png"},
"sdl": {"iconPath": "./icons/sdl.png"},
"settings": {"iconPath": "./icons/settings.png"},
"sound": {"iconPath": "./icons/sound.png"},
"swift": {"iconPath": "./icons/swift.png"},
"text": {"iconPath": "./icons/text.png"},
"twig": {"iconPath": "./icons/mustache.png"},
"typescript": {"iconPath": "./icons/typescript.png"},
"vector": {"iconPath": "./icons/vector.png"},
"vibed": {"iconPath": "./icons/vibed.png"},
"video": {"iconPath": "./icons/video.png"},
"visual-basic": {"iconPath": "./icons/visual-basic.png"},
"visual-studio": {"iconPath": "./icons/visual-studio.png"},
"vue": {"iconPath": "./icons/mustache.png"},
"xml": {"iconPath": "./icons/xml.png"},
"yaml": {"iconPath": "./icons/xml.png"}
},
"file": "file",
"folder": "folder",
"folderExpanded": "folder-expanded",
"folderNames": {
"bin": "build-folder",
"build": "build-folder",
"dist": "build-folder",
"out": "build-folder"
},
"folderNamesExpanded": {
"bin": "build-folder-expanded",
"build": "build-folder-expanded",
"dist": "build-folder-expanded",
"out": "build-folder-expanded"
},
"fileNames": {
".gitattributes": "git",
".gitignore": "git",
".gitmodules": "git",
".gitkeep": "git",
"cmakecache.txt": "make",
"Makefile": "make"
},
"fileExtensions": {
"7z": "archive",
"a": "lib",
"accdb": "office-access",
"as": "flash",
"asm": "assembly",
"asp": "asp",
"aspx": "asp",
"avi": "video",
"bash": "console",
"bash_profile": "settings",
"bashrc": "settings",
"bat": "console",
"bin": "lib",
"bmp": "raster",
"bz2": "archive",
"bzip2": "archive",
"c":"c",
"cc": "cpp",
"cfg": "settings",
"cmd": "console",
"coffee": "coffeescript",
"com": "executable",
"config": "settings",
"cs": "csharp",
"cshtml": "cshtml",
"csproj": "visual-studio",
"cpp": "cpp",
"cur": "icon",
"cxx": "cpp",
"db3": "database",
"deb": "archive",
"dll": "lib",
"doc": "office-word",
"docx": "office-word",
"env": "settings",
"eot": "font",
"exe": "executable",
"fish": "console",
"fla": "flash",
"flv": "video",
"fon": "font",
"fs": "fsharp",
"fsproj": "visual-studio",
"fsx": "fsharp",
"fsi": "fsharp",
"gif": "raster",
"glade": "xml",
"go": "go",
"gradle": "make",
"gz": "archive",
"h": "header",
"haml": "mustache",
"handlebars": "mustache",
"hbs": "mustache",
"hjs": "mustache",
"hol": "office-outlook",
"hpp": "cpp",
"htaccess": "settings",
"htm": "html",
"html": "html",
"ico": "icon",
"ini": "settings",
"iso": "disc",
"jar": "archive",
"java": "java",
"jpeg": "raster",
"jpg": "raster",
"js": "javascript",
"json": "json",
"less": "less",
"lib": "lib",
"lz": "archive",
"lzma": "archive",
"lzo": "archive",
"markdown": "richtext",
"md": "richtext",
"mdb": "office-access",
"mkv": "video",
"mov": "video",
"mp3": "sound",
"mp4": "video",
"mpeg": "video",
"mpg": "video",
"mustache": "mustache",
"mst": "mustache",
"obj": "lib",
"odb": "libreoffice-database",
"odf": "libreoffice-formula",
"odg": "libreoffice-drawing",
"odp": "libreoffice-presentation",
"ods": "libreoffice-spreadsheet",
"odt": "libreoffice-writer",
"ogg": "video",
"one": "office-onenote",
"otf": "font",
"pdf": "pdf",
"pfa": "font",
"pfb": "font",
"png": "raster",
"ppt": "office-powerpoint",
"pptx": "office-powerpoint",
"ps1": "powershell",
"pst": "office-outlook",
"py": "python",
"pyw": "python",
"rar": "archive",
"rkt": "racket",
"rpm": "archive",
"rtf": "richtext",
"sass": "sass",
"scss": "scss",
"sh": "console",
"sln": "visual-studio",
"so": "lib",
"sql": "database",
"sqlite": "database",
"stache": "mustache",
"suo": "visual-studio",
"ss": "racket",
"svg": "vector",
"swf": "flash",
"tar": "archive",
"tif": "raster",
"tiff": "raster",
"ts": "typescript",
"ttf": "font",
"twig": "twig",
"txt": "text",
"vb": "visual-basic",
"vue": "vue",
"wav": "sound",
"webp": "raster",
"woff": "font",
"woff2": "font",
"wmv": "video",
"xls": "office-excel",
"xlsx": "office-excel",
"xml": "xml",
"xz": "archive",
"zip": "archive",
"zsh": "console"
},
"hidesExplorerArrows": true,
"languageIds": {
"asm": "assembly",
"bat": "console",
"c": "cpp",
"clojure": "clojure",
"cmake": "make",
"coffeescript": "coffeescript",
"cpp": "cpp",
"csharp": "csharp",
"css": "css",
"diet": "vibed",
"dart": "dart",
"elixir": "elixir",
"elm": "elm",
"erlang": "erlang",
"fsharp": "fsharp",
"go": "go",
"haskell": "haskell",
"html": "html",
"jade": "pug",
"kotlin": "kotlin",
"less": "less",
"lisp": "lisp",
"lua": "lua",
"markdown": "richtext",
"nim": "nim",
"objective-c": "c",
"ocaml": "ocaml",
"javascript": "javascript",
"javascriptreact": "react",
"java": "java",
"json": "json",
"julia": "julia",
"php": "php",
"plsql": "database",
"powershell": "powershell",
"python": "python",
"ruby": "ruby",
"rust": "rust",
"racket": "racket",
"sass": "sass",
"scala": "scala",
"scss": "sass",
"scheme": "scheme",
"sdl": "sdl",
"shellscript": "console",
"sql": "database",
"swift": "swift",
"twig": "twig",
"typescript": "typescript",
"typescriptreact": "react",
"vb": "vb",
"vue": "vue",
"xml": "xml",
"yaml": "yaml"
}
}