Skip to content

Commit 1106b67

Browse files
authored
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.
2 parents 12fa50a + 93899b8 commit 1106b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/gui/presentation/icons/file_icons.go

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

0 commit comments

Comments
 (0)