material-icon-theme 5.2.0 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/README.md +2 -2
  2. package/dist/material-icons.json +2655 -2628
  3. package/icons/{advpl_include.svg → advpl-include.clone.svg} +1 -1
  4. package/icons/{advpl_ptm.svg → advpl-ptm.clone.svg} +1 -1
  5. package/icons/{advpl_tlpp.svg → advpl-tlpp.clone.svg} +1 -1
  6. package/icons/blink_light.svg +1 -1
  7. package/icons/browserlist_light.svg +1 -1
  8. package/icons/bruno.svg +1 -0
  9. package/icons/container.svg +1 -0
  10. package/icons/folder-gh-workflows-open.svg +1 -0
  11. package/icons/folder-gh-workflows.svg +1 -0
  12. package/icons/folder-gitlab-open.svg +1 -1
  13. package/icons/folder-gitlab.svg +1 -1
  14. package/icons/folder-intellij-open.svg +1 -1
  15. package/icons/folder-intellij-open_light.svg +1 -1
  16. package/icons/folder-intellij.svg +1 -1
  17. package/icons/folder-intellij_light.svg +1 -1
  18. package/icons/folder-sublime-open.svg +1 -1
  19. package/icons/folder-sublime.svg +1 -1
  20. package/icons/folder-vuex-store-open.svg +1 -1
  21. package/icons/folder-vuex-store.svg +1 -1
  22. package/icons/fusebox.svg +1 -1
  23. package/icons/go_gopher.svg +1 -1
  24. package/icons/harmonix.svg +1 -0
  25. package/icons/jsconfig.svg +1 -1
  26. package/icons/openapi_light.svg +1 -1
  27. package/icons/redux-action.svg +1 -1
  28. package/icons/redux-reducer.svg +1 -1
  29. package/icons/redux-selector.svg +1 -1
  30. package/icons/redux-store.svg +1 -1
  31. package/icons/rubocop.svg +1 -1
  32. package/icons/rubocop_light.svg +1 -1
  33. package/icons/screwdriver.svg +1 -0
  34. package/icons/snapcraft.svg +1 -0
  35. package/icons/spwn.svg +1 -1
  36. package/icons/tsconfig.svg +1 -1
  37. package/icons/vue-config.svg +1 -1
  38. package/package.json +23 -39
  39. /package/icons/{advpl_prw.svg → advpl.svg} +0 -0
package/README.md CHANGED
@@ -134,7 +134,7 @@ This will create two new icons called `rust-mod` and `rust-lib` that are associa
134
134
 
135
135
  <img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/main/images/how-tos/cloned-file-icons-example.png" alt="cloned file icons">
136
136
 
137
- - Although you can use any `#RRGGBB` color for the `color` and `lightColor` properties, if you want to stick with colors from the material palette, you can check the full list of allowed aliases [here](https://github.com/PKief/vscode-material-icon-theme/tree/main/icons/generator/clones/utils/color/materialPalette.ts#L7).
137
+ - Although you can use any `#RRGGBB` color for the `color` and `lightColor` properties, if you want to stick with colors from the material palette, you can check the full list of allowed aliases [here](https://github.com/PKief/vscode-material-icon-theme/blob/main/src/icons/generator/clones/utils/color/materialPalette.ts#L7).
138
138
  - You can check the full list of available icons to be used as the `base` [here](https://github.com/PKief/vscode-material-icon-theme/blob/main/src/icons/fileIcons.ts).
139
139
 
140
140
  ### Folder associations
@@ -196,7 +196,7 @@ This will create two new icons called `users-admin` and `roles-admin` that are a
196
196
 
197
197
  <img src="https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/main/images/how-tos/cloned-folder-icons-example.png" alt="cloned folder icons">
198
198
 
199
- - Although you can use any `#RRGGBB` color for the `color` and `lightColor` properties, if you want to stick with colors from the material palette, you can check the full list of allowed aliases [here](https://github.com/PKief/vscode-material-icon-theme/tree/main/icons/generator/clones/utils/color/materialPalette.ts#L7).
199
+ - Although you can use any `#RRGGBB` color for the `color` and `lightColor` properties, if you want to stick with colors from the material palette, you can check the full list of allowed aliases [here](https://github.com/PKief/vscode-material-icon-theme/blob/main/src/icons/generator/clones/utils/color/materialPalette.ts).
200
200
  - You can check the full list of available icon to be used as the `base` [here](https://github.com/PKief/vscode-material-icon-theme/blob/main/src/icons/folderIcons.ts).
201
201
 
202
202
  ### Language associations