vscode-colorize
vscode-colorize copied to clipboard
If color is undefined show another color or none but no brown color
--icon-color-light: currentColor; // ← used in SVG's to inherit text color
--icon-color-dark: var(--icon-color-light);
If the color doesn't exists the extension display nothing. Maybe --icon-color-light
is defined somewhere else