-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
api-finalizationinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersthemesColor theme issuesColor theme issues
Milestone
Description
Product icons themes allow theme authors to customize the icons used in VS Code's built-in views: all icons except file icons (covered by file icon themes) and icons contributed by extensions.
The API consists of
- a new contribution point: productIconThemes
"contributes": {
"productIconThemes": [
{
"id": "elegant",
"label": "Elegant Icon Theme",
"path": "./producticons/elegant-product-icon-theme.json"
}
]
}
}
- the product icon definition file schema
Both APIs have been in preview for several milestones. A sample is here: https://github.com/microsoft/vscode-extension-samples/tree/master/product-icon-theme-sample
Metadata
Metadata
Assignees
Labels
api-finalizationinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersthemesColor theme issuesColor theme issues