Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalize product icon theme contributions #113828

Closed
aeschli opened this issue Jan 5, 2021 · 0 comments
Closed

Finalize product icon theme contributions #113828

aeschli opened this issue Jan 5, 2021 · 0 comments
Assignees
Labels
api-finalization insiders-released Patch has been released in VS Code Insiders themes Color theme issues
Milestone

Comments

@aeschli
Copy link
Contributor

aeschli commented Jan 5, 2021

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

  "contributes": {
    "productIconThemes": [
      {
        "id": "elegant",
        "label": "Elegant Icon Theme",
        "path": "./producticons/elegant-product-icon-theme.json"
      }
    ]
  }
}

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

@aeschli aeschli added api-finalization themes Color theme issues labels Jan 5, 2021
@aeschli aeschli added this to the January 2021 milestone Jan 5, 2021
@aeschli aeschli self-assigned this Jan 5, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Mar 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api-finalization insiders-released Patch has been released in VS Code Insiders themes Color theme issues
Projects
None yet
Development

No branches or pull requests

2 participants
@aeschli and others