mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
fix: update vscode color to logo color
This commit is contained in:
parent
12fa50a61c
commit
93899b82fa
1 changed files with 1 additions and 1 deletions
|
@ -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"}, //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue