vscode-gitops-tools
vscode-gitops-tools copied to clipboard
Iconography improvements
Expected behaviour
Left clicking on a resource should still show its status icon in green

Actual behaviour
Status icon greyed out, harder to notice that the resource is Ready

Steps to reproduce
Click on a resource in the tree view.
Versions
kubectl version: Flux version: Git version: Azure version: Extension version: VSCode version: Operating System (OS) and its version:
That's how VSCode works. The icon is a standard one (codicon) and its color is a ThemeColor.
It should keep the color if you create icons with hardcoded colors (svg or png) and use them (like the cloud icon in CLUSTERS tree view).