-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathicons-autumn.json
159 lines (159 loc) · 3.93 KB
/
icons-autumn.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
{
"iconDefinitions": {
"_file": {
"iconPath": "icons/autumn/Pumpkin.png"
},
"_css": {
"iconPath": "icons/autumn/Chanterelle.png"
},
"_html": {
"iconPath": "icons/Red_Mushroom.png"
},
"_javascript": {
"iconPath": "icons/autumn/Pumpkin.png"
},
"_javascript_test": {
"iconPath": "icons/Cat.png"
},
"_json": {
"iconPath": "icons/Sunflower.png"
},
"_lock": {
"iconPath": "icons/Key.png"
},
"_eslint": {
"iconPath": "icons/autumn/Common_Mushroom.png"
},
"_prettier": {
"iconPath": "icons/autumn/Purple_Mushroom.png"
},
"_git": {
"iconPath": "icons/autumn/Corn.png"
},
"_log": {
"iconPath": "icons/Wood.png"
},
"_image": {
"iconPath": "icons/autumn/Fall_Seeds.png"
},
"_markdown": {
"iconPath": "icons/Book.png"
},
"_babel": {
"iconPath": "icons/Scroll.png"
},
"_license": {
"iconPath": "icons/Scroll.png"
},
"_package": {
"iconPath": "icons/autumn/Autumns_Bounty.png"
},
"_graphql": {
"iconPath": "icons/autumn/Cranberries.png"
},
"_cerberus": {
"iconPath": "icons/Dog_3.png"
},
"_jest": {
"iconPath": "icons/autumn/Hazelnut.png"
},
"_apollo": {
"iconPath": "icons/autumn/Wheat.png"
},
"_bazel": {
"iconPath": "icons/autumn/Beet.png"
},
"_fusion": {
"iconPath": "icons/autumn/Fairy_Rose.png"
},
"_font": {
"iconPath": "icons/autumn/Blackberry.png"
}
},
"file": "_file",
"fileExtensions": {
"js": "_javascript",
"jsx": "_javascript",
"jpeg": "_image",
"jpg": "_image",
"gif": "_image",
"png": "_image",
"bmp": "_image",
"ico": "_image",
"svg": "_image",
"node.js": "_javascript_test",
"browser.js": "_javascript_test",
"md": "_markdown",
"grapqhl": "_graphql",
"proto": "_proto",
"thrift": "_thrift",
"git": "_git",
"snap": "_javascript_test",
"woff": "_font",
"woff2": "_font"
},
"fileNames": {
"license": "_license",
"licence": "_license",
"license.md": "_license",
"licence.md": "_license",
"license.txt": "_license",
"copyright": "_license",
"copyright.md": "_license",
"package.json": "_package",
"package-lock.json": "_lock",
"npm-debug.log": "_log",
"vscodeignore.json": "_visualstudiocode",
"extensions.json": "_visualstudiocode",
"launch.json": "_visualstudiocode",
"settings.json": "_visualstudiocode",
"jsconfig.json": "_json",
"tsconfig.json": "_json",
"yarn.lock": "_lock",
"yarn-error.log": "_log",
".babelrc": "_babel",
".babel.config.js": "_babel",
".eslintrc.js": "_eslint",
".eslintrc.yml": "_eslint",
".eslintrc.yaml": "_eslint",
".eslintrc.json": "_eslint",
".eslintignore": "_eslint",
"prettierrc.js": "_prettier",
"prettierrc.json": "_prettier",
"prettierrc.yml": "_prettier",
"prettierrc.yaml": "_prettier",
"prettier.config.js": "_prettier",
"prettier.config.ts": "_prettier",
"prettier.config.coffee": "_prettier",
".prettierignore": "_prettier",
".prettierrc": "_prettier",
"tslint.js": "_tslint",
"tslint.ts": "_tslint",
"tslint.json": "_tslint",
"contributing": "_markdown",
"history": "_markdown",
"history.md": "_markdown",
"changelog": "_log",
"changelog.md": "_log",
"changelog.json": "_log",
"metadata": "_markdown",
"cerberus.yaml": "_cerberus",
".flowconfig": "_flow",
".fusionrc.js": "_fusion",
"bazelisk": "_bazel",
"BUILD.bazel": "_bazel",
"jest.config.js": "_jest",
"jest.integration.config.js": "_jest",
"apollo.config.js": "_apollo",
".gitignore": "_git",
".graphqlconfig": "_graphql"
},
"languageIds": {
"git": "_git",
"javascript": "_javascript",
"typescript": "_typescript",
"css": "_css",
"html": "_html",
"json": "_json"
}
}