fix: update vscode color to logo color (#4459)

The vscode folder color appears to be using the visual studio purple
color which is different from the vscode blue color. This updates it
using a color picker on the inner part of the logo.
This commit is contained in:
Stefan Haller 2025-04-10 09:58:08 +02:00 committed by GitHub
commit 1106b67f20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@ var nameIconMap = map[string]IconProperties{
".tmux.conf.local": {Icon: "\uebc8", Color: "#14BA19"}, //  ".tmux.conf.local": {Icon: "\uebc8", Color: "#14BA19"}, // 
".Trash": {Icon: "\uf1f8", Color: "#ACBCEF"}, //  ".Trash": {Icon: "\uf1f8", Color: "#ACBCEF"}, // 
".vimrc": {Icon: "\ue62b", Color: "#019833"}, //  ".vimrc": {Icon: "\ue62b", Color: "#019833"}, // 
".vscode": {Icon: "\ue70c", Color: "#854CC7"}, //  ".vscode": {Icon: "\ue70c", Color: "#007ACC"}, // 
".Xauthority": {Icon: "\uf369", Color: "#E54D18"}, //  ".Xauthority": {Icon: "\uf369", Color: "#E54D18"}, // 
".Xresources": {Icon: "\uf369", Color: "#E54D18"}, //  ".Xresources": {Icon: "\uf369", Color: "#E54D18"}, // 
".xinitrc": {Icon: "\uf369", Color: "#E54D18"}, //  ".xinitrc": {Icon: "\uf369", Color: "#E54D18"}, // 