-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
44 lines (44 loc) · 1.04 KB
/
settings.json
File metadata and controls
44 lines (44 loc) · 1.04 KB
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
{
"material-icon-theme.folders.customClones": [
{
"name": "function-editor",
"base": "functions",
"color": "cyan-800",
"lightColor": "light-green-700",
"folderNames": ["editor"],
"rootFolderNames": ["editor"]
},
{
"name": "function-graph",
"base": "lottie",
"color": "blue-800",
"lightColor": "light-blue-200",
"folderNames": ["graph"],
"rootFolderNames": ["graph"]
},
{
"name": "input-component",
"base": "mock",
"color": "cyan-800",
"lightColor": "light-green-700",
"folderNames": ["inputs"],
"rootFolderNames": ["inputs"]
},
{
"name": "icon",
"base": "svg",
"color": "purple-400",
"lightColor": "purple-100",
"folderNames": ["icons"],
"rootFolderNames": ["icons"]
},
{
"name": "animate",
"base": "animation",
"color": "purple-400",
"lightColor": "purple-100",
"folderNames": ["animatedList"],
"rootFolderNames": ["animatedList"]
},
]
}