vscode-gitops-tools icon indicating copy to clipboard operation
vscode-gitops-tools copied to clipboard

Iconography improvements

Open juozasg opened this issue 3 years ago • 1 comments

Expected behaviour

Left clicking on a resource should still show its status icon in green image

Actual behaviour

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

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:

juozasg avatar Apr 27 '22 16:04 juozasg

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).

usernamehw avatar Apr 27 '22 16:04 usernamehw