Invalid "symbolIcon.constantForeground" Color
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 Defaulttheme
⚠️ 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
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?