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.
- package/README.md +2 -2
- package/dist/material-icons.json +2655 -2628
- package/icons/{advpl_include.svg → advpl-include.clone.svg} +1 -1
- package/icons/{advpl_ptm.svg → advpl-ptm.clone.svg} +1 -1
- package/icons/{advpl_tlpp.svg → advpl-tlpp.clone.svg} +1 -1
- package/icons/blink_light.svg +1 -1
- package/icons/browserlist_light.svg +1 -1
- package/icons/bruno.svg +1 -0
- package/icons/container.svg +1 -0
- package/icons/folder-gh-workflows-open.svg +1 -0
- package/icons/folder-gh-workflows.svg +1 -0
- package/icons/folder-gitlab-open.svg +1 -1
- package/icons/folder-gitlab.svg +1 -1
- package/icons/folder-intellij-open.svg +1 -1
- package/icons/folder-intellij-open_light.svg +1 -1
- package/icons/folder-intellij.svg +1 -1
- package/icons/folder-intellij_light.svg +1 -1
- package/icons/folder-sublime-open.svg +1 -1
- package/icons/folder-sublime.svg +1 -1
- package/icons/folder-vuex-store-open.svg +1 -1
- package/icons/folder-vuex-store.svg +1 -1
- package/icons/fusebox.svg +1 -1
- package/icons/go_gopher.svg +1 -1
- package/icons/harmonix.svg +1 -0
- package/icons/jsconfig.svg +1 -1
- package/icons/openapi_light.svg +1 -1
- package/icons/redux-action.svg +1 -1
- package/icons/redux-reducer.svg +1 -1
- package/icons/redux-selector.svg +1 -1
- package/icons/redux-store.svg +1 -1
- package/icons/rubocop.svg +1 -1
- package/icons/rubocop_light.svg +1 -1
- package/icons/screwdriver.svg +1 -0
- package/icons/snapcraft.svg +1 -0
- package/icons/spwn.svg +1 -1
- package/icons/tsconfig.svg +1 -1
- package/icons/vue-config.svg +1 -1
- package/package.json +23 -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/
|
|
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/
|
|
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
|