mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Default file icon sets
This commit is contained in:
@@ -33,6 +33,26 @@
|
||||
"uiTheme": "hc-black",
|
||||
"path": "./themes/hc_black.json"
|
||||
}
|
||||
],
|
||||
"fileIcons": [
|
||||
{
|
||||
"id": "vs-dark-standard",
|
||||
"label": "Dark Theme File Icons (Default)",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./fileicons/dark_standard.json"
|
||||
},
|
||||
{
|
||||
"id": "vs-light-standard",
|
||||
"label": "Light Theme File Icons (Default)",
|
||||
"uiTheme": "vs",
|
||||
"path": "./fileicons/light_standard.json"
|
||||
},
|
||||
{
|
||||
"id": "vs-highcontrast-standard",
|
||||
"label": "High Contrast Theme File Icons (Default)",
|
||||
"uiTheme": "hc-black",
|
||||
"path": "./fileicons/light_standard.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user