From 85a98d39dfd9fcc5fce8886bf2b539ed6c083955 Mon Sep 17 00:00:00 2001 From: alexesprit Date: Thu, 17 Sep 2020 18:58:56 +0300 Subject: [PATCH] Use gray color for search icon Ref https://github.com/alexesprit/vscode-unfancy-file-icons/issues/6#issuecomment-693536039. --- src/data/items.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/items.json b/src/data/items.json index 8b668bd..7356f1f 100644 --- a/src/data/items.json +++ b/src/data/items.json @@ -496,7 +496,7 @@ "iconName": "ruby" }, "search": { - "iconColor": "@green", + "iconColor": "@gray", "iconName": "search" }, "sheet": {