vscode-colorize icon indicating copy to clipboard operation
vscode-colorize copied to clipboard

If color is undefined show another color or none but no brown color

Open muuvmuuv opened this issue 5 years ago • 1 comments

  --icon-color-light: currentColor; // ← used in SVG's to inherit text color
  --icon-color-dark: var(--icon-color-light);

Bildschirmfoto 2020-01-30 um 14 25 28

muuvmuuv avatar Jan 30 '20 13:01 muuvmuuv

If the color doesn't exists the extension display nothing. Maybe --icon-color-light is defined somewhere else

KamiKillertO avatar May 29 '20 08:05 KamiKillertO