refactor(theme): update js icons in multiverse-neon theme

This commit is contained in:
Gary Sassano
2026-03-05 08:27:37 +01:00
committed by Jan De Dobbeleer
parent 761cb24d38
commit dd78c5991c
+3 -2
View File
@@ -57,9 +57,10 @@
"display_mode": "files",
"fetch_package_manager": true,
"fetch_version": true,
"bun_icon": "<#e5dbcc>\ue76f bun</>",
"npm_icon": "<#e5272d>\ue616 npm</> ",
"yarn_icon": "<#37aee5>\ue6a7 yarn</> ",
"pnpm_icon": "<#e5a100>\udb80\udec1 pnpm</> "
"pnpm_icon": "<#e5a100>\ue865 pnpm</> ",
"yarn_icon": "<#37aee5>\ue6a7 yarn</> "
},
"template": "{{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}\ue718 {{ .Full }}"
},