Skip to content

Commit 7700d66

Browse files
committed
VSCode 自定义图标
1 parent 51180d9 commit 7700d66

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dist-ssr
1515
# Editor directories and files
1616
.vscode/*
1717
!.vscode/extensions.json
18+
!.vscode/settings.json
1819
.idea
1920
.DS_Store
2021
*.suo

.vscode/settings.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"material-icon-theme.folders.customClones": [
3+
{
4+
"name": "function-editor",
5+
"base": "functions",
6+
"color": "cyan-800",
7+
"lightColor": "light-green-700",
8+
"folderNames": ["editor"],
9+
"rootFolderNames": ["editor"]
10+
},
11+
{
12+
"name": "function-graph",
13+
"base": "lottie",
14+
"color": "blue-800",
15+
"lightColor": "light-blue-200",
16+
"folderNames": ["graph"],
17+
"rootFolderNames": ["graph"]
18+
},
19+
{
20+
"name": "input-component",
21+
"base": "mock",
22+
"color": "cyan-800",
23+
"lightColor": "light-green-700",
24+
"folderNames": ["inputs"],
25+
"rootFolderNames": ["inputs"]
26+
},
27+
{
28+
"name": "icon",
29+
"base": "svg",
30+
"color": "purple-400",
31+
"lightColor": "purple-100",
32+
"folderNames": ["icons"],
33+
"rootFolderNames": ["icons"]
34+
},
35+
]
36+
}

0 commit comments

Comments
 (0)