Skip to content

Commit

Permalink
feat: ✨ added pnpm icon and updated icon for justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozart409 committed Jul 21, 2023
1 parent 0fe641b commit cdeff95
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 1 deletion.
40 changes: 40 additions & 0 deletions icons/pnpm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions mozart409-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@
"prisma": {
"iconPath": "./icons/prisma.svg"
},
"pnpm": {
"iconPath": "./icons/pnpm.svg"
},
"psd": {
"iconPath": "./icons/file_type_psd@2x.png"
},
Expand Down Expand Up @@ -379,6 +382,18 @@
"iconPath": "./icons/file_type_archive@2x.png"
}
},
"files": [
{
"icon": "nim",
"filenamesGlob": ["nim"],
"extensionsGlob": ["cfg"]
},
{
"icon": "nim",
"filenamesGlob": ["nimble"],
"extensionsGlob": ["json"]
}
],
"file": "_file",
"folder": "_folder_dark",
"folderExpanded": "_folder_open_dark",
Expand Down Expand Up @@ -644,11 +659,13 @@
"ionic.project": "settings",
"license": "license",
"ini": "ini",
"justfile": "settings",
"license.md": "license",
"nim.cfg": "nim",
"nimblemeta.json": "nim",
"makefile": "settings",
"package.json": "npm",
"pnpm-lock.yaml": "pnpm",
"Procfile": "procfile",
"prisma": "prisma",
"rollup.config.js": "rollup",
Expand All @@ -658,6 +675,7 @@
"webpack.config.js": "webpack",
"yarn.lock": "yarn"
},

"hidesExplorerArrows": true,
"languageIds": {}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mozart409-icons",
"displayName": "mozart409-icons",
"description": "My personal choice of existing themes combined into one. Based on Ayu Icons with my own modifications and additions",
"version": "0.6.0",
"version": "0.6.1",
"publisher": "mozart409",
"license": "MIT",
"repository": {
Expand Down
File renamed without changes.
Empty file added test/demo.nimble.json
Empty file.
Empty file added test/justfile
Empty file.
Empty file added test/main.go
Empty file.
Empty file added test/pnpm-lock.yaml
Empty file.

0 comments on commit cdeff95

Please sign in to comment.