We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fa50a commit 93899b8Copy full SHA for 93899b8
pkg/gui/presentation/icons/file_icons.go
@@ -70,7 +70,7 @@ var nameIconMap = map[string]IconProperties{
70
".tmux.conf.local": {Icon: "\uebc8", Color: "#14BA19"}, //
71
".Trash": {Icon: "\uf1f8", Color: "#ACBCEF"}, //
72
".vimrc": {Icon: "\ue62b", Color: "#019833"}, //
73
- ".vscode": {Icon: "\ue70c", Color: "#854CC7"}, //
+ ".vscode": {Icon: "\ue70c", Color: "#007ACC"}, //
74
".Xauthority": {Icon: "\uf369", Color: "#E54D18"}, //
75
".Xresources": {Icon: "\uf369", Color: "#E54D18"}, //
76
".xinitrc": {Icon: "\uf369", Color: "#E54D18"}, //
0 commit comments