diff --git a/themes/multiverse-neon.omp.json b/themes/multiverse-neon.omp.json index 46594a1d8..9447586c2 100644 --- a/themes/multiverse-neon.omp.json +++ b/themes/multiverse-neon.omp.json @@ -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 }}" },