Skip to content

Commit 6cc1754

Browse files
committed
Default file icon sets
1 parent 92e6f89 commit 6cc1754

9 files changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"definitions": {
3+
"folder": {
4+
"iconPath": "./images/Folder_16x_inverse.svg"
5+
},
6+
"folder_open": {
7+
"iconPath": "./images/FolderOpen_16x_inverse.svg"
8+
},
9+
"file": {
10+
"iconPath": "./images/Document_16x_inverse.svg"
11+
}
12+
},
13+
"defaults": {
14+
"folder-expanded": "folder_open",
15+
"folder": "folder",
16+
"file": "file"
17+
},
18+
"languageAssociations": {
19+
"text": "file"
20+
}
21+
}
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"definitions": {
3+
"folder": {
4+
"iconPath": "./images/Folder_16x.svg"
5+
},
6+
"folder_open": {
7+
"iconPath": "./images/FolderOpen_16x.svg"
8+
},
9+
"file": {
10+
"iconPath": "./images/Document_16x.svg"
11+
}
12+
},
13+
"defaults": {
14+
"folder-expanded": "folder_open",
15+
"folder": "folder",
16+
"file": "file"
17+
},
18+
"languageAssociations": {
19+
"text": "file"
20+
}
21+
}

extensions/theme-defaults/package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,26 @@
3333
"uiTheme": "hc-black",
3434
"path": "./themes/hc_black.json"
3535
}
36+
],
37+
"fileIcons": [
38+
{
39+
"id": "vs-dark-standard",
40+
"label": "Dark Theme File Icons (Default)",
41+
"uiTheme": "vs-dark",
42+
"path": "./fileicons/dark_standard.json"
43+
},
44+
{
45+
"id": "vs-light-standard",
46+
"label": "Light Theme File Icons (Default)",
47+
"uiTheme": "vs",
48+
"path": "./fileicons/light_standard.json"
49+
},
50+
{
51+
"id": "vs-highcontrast-standard",
52+
"label": "High Contrast Theme File Icons (Default)",
53+
"uiTheme": "hc-black",
54+
"path": "./fileicons/light_standard.json"
55+
}
3656
]
3757
}
3858
}

0 commit comments

Comments
 (0)