github-vscode-theme icon indicating copy to clipboard operation
github-vscode-theme copied to clipboard

Invalid "symbolIcon.constantForeground" Color

Open rroessler opened this issue 2 years ago • 2 comments

Description

The color for "symbolIcon.constantForeground" was not indexed, and as such would be ignored by VS-Code.

Merge checklist

  • [x] Added/updated colors
  • [x] Tested in GitHub Light Default theme

rroessler avatar Nov 14 '23 03:11 rroessler

⚠️ No Changeset found

Latest commit: c029d84c73fc3c768d6a6b29d9cc0f43d6e99d81

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Nov 14 '23 03:11 changeset-bot[bot]

In looking over the outputs of the "getTheme" function, there are also various "undefined" properties as well. Should I change this pull request to instead add a filter/error handling for bad color values?

rroessler avatar Nov 14 '23 03:11 rroessler