On the screenshot quick pick items are built from TreeView items, by copying iconPath:
QuickPickItem.iconPath = TreeItem.iconPath
It looks like there would be no color support for QuickPick, which would be consistent, however if resourceUri is used for uri-like TreeItem elements and copied to QuickPickItem along with iconPath:
This shows that colors should or possible to be supported same way as in TreeView to make components aligned
On the screenshot quick pick items are built from
TreeViewitems, by copyingiconPath:It looks like there would be no color support for QuickPick, which would be consistent, however if
resourceUriis used for uri-likeTreeItemelements and copied toQuickPickItemalong withiconPath:This shows that colors should or possible to be supported same way as in TreeView to make components aligned