From 93899b82fa7b5136dbbf9fce3834afccc5df3b0f Mon Sep 17 00:00:00 2001 From: Peter Cardenas <16930781+PeterCardenas@users.noreply.github.com> Date: Fri, 4 Apr 2025 01:53:45 -0700 Subject: [PATCH] fix: update vscode color to logo color --- pkg/gui/presentation/icons/file_icons.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gui/presentation/icons/file_icons.go b/pkg/gui/presentation/icons/file_icons.go index a6ff458e8..8df887bee 100644 --- a/pkg/gui/presentation/icons/file_icons.go +++ b/pkg/gui/presentation/icons/file_icons.go @@ -70,7 +70,7 @@ var nameIconMap = map[string]IconProperties{ ".tmux.conf.local": {Icon: "\uebc8", Color: "#14BA19"}, //  ".Trash": {Icon: "\uf1f8", Color: "#ACBCEF"}, //  ".vimrc": {Icon: "\ue62b", Color: "#019833"}, //  - ".vscode": {Icon: "\ue70c", Color: "#854CC7"}, //  + ".vscode": {Icon: "\ue70c", Color: "#007ACC"}, //  ".Xauthority": {Icon: "\uf369", Color: "#E54D18"}, //  ".Xresources": {Icon: "\uf369", Color: "#E54D18"}, //  ".xinitrc": {Icon: "\uf369", Color: "#E54D18"}, // 