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

"symbolIcon.constantForeground" has array of Hex

Open natsuki-engr opened this issue 6 months ago • 0 comments

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

natsuki-engr avatar Aug 06 '24 04:08 natsuki-engr