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

"symbolIcon.constantForeground" has array of Hex #391

Open
natsuki-engr opened this issue Aug 6, 2024 · 0 comments
Open

"symbolIcon.constantForeground" has array of Hex #391

natsuki-engr opened this issue Aug 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@natsuki-engr
Copy link

Description

In some themes below, "symbolIcon.constantForeground" is set an array of color Hex and it seems to be invalid.

  • GitHub Dark Default
  • GitHub Dark High Contrast
  • GitHub Dark Coloblind (Beta)
  • GitHub Dimmed

Steps to reproduce

check these color theme json files.

  • GitHub Dark Default
  • GitHub Dark High Contrast
  • GitHub Dark Coloblind (Beta)
  • GitHub Dimmed

Then you can see invalid value.

symbolIcon.constantForeground": [
  "#b4f1b4",
  "#8ddb8c",
  "#6bc46d",
  "#57ab5a",
  "#46954a",
  "#347d39",
  "#2b6a30",
  "#245829",
  "#1b4721",
  "#113417"
],

This line seems to cause this bug.

Version

v6.3.4

Theme

GitHub Dark Default, GitHub Dark High Contrast, GitHub Dark Colorblind, GitHub Dark Dimmed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant