material-icon-theme 4.25.0 → 4.27.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 (169) hide show
  1. package/README.md +5 -4
  2. package/dist/material-icons.json +5704 -0
  3. package/icons/c.svg +4 -1
  4. package/icons/cpp.svg +4 -1
  5. package/icons/csharp.svg +4 -1
  6. package/icons/deno.svg +1 -0
  7. package/icons/deno_light.svg +1 -0
  8. package/icons/file.svg +1 -1
  9. package/icons/folder-godot-open.svg +2 -0
  10. package/icons/folder-godot.svg +8 -0
  11. package/icons/folder-mercurial-open.svg +5 -0
  12. package/icons/folder-mercurial.svg +2 -0
  13. package/icons/folder-netlify-open.svg +5 -1
  14. package/icons/folder-netlify.svg +2 -1
  15. package/icons/folder-open.svg +1 -0
  16. package/icons/folder-plastic-open.svg +8 -0
  17. package/icons/folder-plastic.svg +2 -0
  18. package/icons/folder-root-open.svg +1 -0
  19. package/icons/folder-root.svg +1 -0
  20. package/icons/folder.svg +1 -0
  21. package/icons/godot-assets.svg +7 -1
  22. package/icons/godot.svg +7 -1
  23. package/icons/ifanr-cloud.svg +10 -0
  24. package/icons/mercurial.svg +6 -0
  25. package/icons/mermaid.svg +4 -0
  26. package/icons/netlify.svg +7 -1
  27. package/icons/netlify_light.svg +7 -0
  28. package/icons/objective-c.svg +4 -1
  29. package/icons/plastic.svg +7 -0
  30. package/icons/qwik.svg +2 -0
  31. package/icons/rc.svg +2 -0
  32. package/icons/typst.svg +2 -0
  33. package/package.json +18 -1
  34. package/.eslintignore +0 -1
  35. package/.eslintrc.json +0 -51
  36. package/.github/FUNDING.yml +0 -3
  37. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -34
  38. package/.github/ISSUE_TEMPLATE/icon_request.md +0 -27
  39. package/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +0 -7
  40. package/.github/workflows/build.yml +0 -45
  41. package/.github/workflows/color-check.yml +0 -22
  42. package/.github/workflows/release.yml +0 -73
  43. package/.prettierrc +0 -7
  44. package/.vscode/extensions.json +0 -3
  45. package/.vscode/launch.json +0 -43
  46. package/.vscode/settings.json +0 -14
  47. package/.vscode/tasks.json +0 -32
  48. package/.vscodeignore +0 -22
  49. package/CHANGELOG.md +0 -1325
  50. package/CONTRIBUTING.md +0 -232
  51. package/build/web-extension.webpack.config.js +0 -62
  52. package/build/webpack.config.js +0 -39
  53. package/changelog.config.json +0 -4
  54. package/images/commandPalette.png +0 -0
  55. package/images/contributors.png +0 -0
  56. package/images/fileIcons.png +0 -0
  57. package/images/folderIcons.png +0 -0
  58. package/images/how-tos/folder-icon-parts.png +0 -0
  59. package/images/how-tos/pick-folder-colors.png +0 -0
  60. package/images/how-tos/pick-folder-colors.svg +0 -301
  61. package/images/how-tos/svg-folder-icon-with-correct-colors.png +0 -0
  62. package/images/how-tos/svg-folder-icon-with-wrong-colors.png +0 -0
  63. package/images/how-tos/svg-with-light-color.png +0 -0
  64. package/images/how-tos/svg-with-spacing.png +0 -0
  65. package/images/how-tos/svg-with-too-dark-color.png +0 -0
  66. package/images/how-tos/svg-with-wrong-color.png +0 -0
  67. package/images/how-tos/svg-without-spacing.png +0 -0
  68. package/images/set-folder-color.gif +0 -0
  69. package/images/set-folder-theme.gif +0 -0
  70. package/images/stepsize.png +0 -0
  71. package/logo.png +0 -0
  72. package/logo.svg +0 -21
  73. package/material-colors.yml +0 -257
  74. package/package.nls.de.json +0 -32
  75. package/package.nls.es.json +0 -29
  76. package/package.nls.fr.json +0 -29
  77. package/package.nls.ja.json +0 -32
  78. package/package.nls.json +0 -32
  79. package/package.nls.nl.json +0 -32
  80. package/package.nls.pl.json +0 -32
  81. package/package.nls.pt-BR.json +0 -29
  82. package/package.nls.pt-PT.json +0 -29
  83. package/package.nls.ru.json +0 -29
  84. package/package.nls.zh-CN.json +0 -29
  85. package/package.nls.zh-TW.json +0 -29
  86. package/src/commands/activate.ts +0 -28
  87. package/src/commands/explorerArrows.ts +0 -55
  88. package/src/commands/folderColor.ts +0 -96
  89. package/src/commands/folders.ts +0 -55
  90. package/src/commands/grayscale.ts +0 -55
  91. package/src/commands/iconPacks.ts +0 -64
  92. package/src/commands/index.ts +0 -30
  93. package/src/commands/opacity.ts +0 -46
  94. package/src/commands/restoreConfig.ts +0 -14
  95. package/src/commands/saturation.ts +0 -46
  96. package/src/extension.ts +0 -37
  97. package/src/helpers/changeDetection.ts +0 -109
  98. package/src/helpers/customIcons.ts +0 -8
  99. package/src/helpers/fileConfig.ts +0 -37
  100. package/src/helpers/index.ts +0 -88
  101. package/src/helpers/objects.ts +0 -58
  102. package/src/helpers/types.ts +0 -7
  103. package/src/i18n/index.ts +0 -78
  104. package/src/i18n/lang-de.ts +0 -43
  105. package/src/i18n/lang-en.ts +0 -43
  106. package/src/i18n/lang-es.ts +0 -43
  107. package/src/i18n/lang-fr.ts +0 -43
  108. package/src/i18n/lang-ja.ts +0 -43
  109. package/src/i18n/lang-nl.ts +0 -43
  110. package/src/i18n/lang-pl.ts +0 -43
  111. package/src/i18n/lang-pt-br.ts +0 -43
  112. package/src/i18n/lang-pt-pt.ts +0 -43
  113. package/src/i18n/lang-ru.ts +0 -43
  114. package/src/i18n/lang-uk.ts +0 -43
  115. package/src/i18n/lang-zh-cn.ts +0 -43
  116. package/src/i18n/lang-zh-tw.ts +0 -43
  117. package/src/icons/fileIcons.ts +0 -2240
  118. package/src/icons/folderIcons.ts +0 -823
  119. package/src/icons/generator/constants.ts +0 -29
  120. package/src/icons/generator/fileGenerator.ts +0 -216
  121. package/src/icons/generator/folderGenerator.ts +0 -340
  122. package/src/icons/generator/iconOpacity.ts +0 -111
  123. package/src/icons/generator/iconSaturation.ts +0 -140
  124. package/src/icons/generator/index.ts +0 -7
  125. package/src/icons/generator/jsonGenerator.ts +0 -191
  126. package/src/icons/generator/languageGenerator.ts +0 -127
  127. package/src/icons/index.ts +0 -4
  128. package/src/icons/languageIcons.ts +0 -144
  129. package/src/models/i18n/index.ts +0 -1
  130. package/src/models/i18n/translation.ts +0 -41
  131. package/src/models/iconConfiguration.ts +0 -37
  132. package/src/models/icons/defaultIcon.ts +0 -16
  133. package/src/models/icons/files/fileIcon.ts +0 -49
  134. package/src/models/icons/files/fileTypes.ts +0 -14
  135. package/src/models/icons/files/index.ts +0 -2
  136. package/src/models/icons/folders/folderIcon.ts +0 -34
  137. package/src/models/icons/folders/folderTheme.ts +0 -23
  138. package/src/models/icons/folders/index.ts +0 -2
  139. package/src/models/icons/iconJsonOptions.ts +0 -21
  140. package/src/models/icons/iconPack.ts +0 -12
  141. package/src/models/icons/index.ts +0 -6
  142. package/src/models/icons/languages/index.ts +0 -1
  143. package/src/models/icons/languages/languageIdentifier.ts +0 -26
  144. package/src/models/index.ts +0 -3
  145. package/src/models/scripts/contributors/contributor.ts +0 -22
  146. package/src/models/scripts/contributors/contributorsConfig.ts +0 -10
  147. package/src/scripts/contributors/contributors.css +0 -24
  148. package/src/scripts/contributors/index.ts +0 -138
  149. package/src/scripts/helpers/painter.ts +0 -5
  150. package/src/scripts/helpers/screenshots.ts +0 -32
  151. package/src/scripts/helpers/similarity.ts +0 -47
  152. package/src/scripts/helpers/titleCase.ts +0 -7
  153. package/src/scripts/icons/checks/checkIconAvailability.ts +0 -215
  154. package/src/scripts/icons/checks/checkIconConflicts.ts +0 -152
  155. package/src/scripts/icons/checks/checkIconUsage.ts +0 -137
  156. package/src/scripts/icons/checks/index.ts +0 -7
  157. package/src/scripts/icons/generateJson.ts +0 -11
  158. package/src/scripts/preview/index.ts +0 -40
  159. package/src/scripts/preview/preview.ts +0 -163
  160. package/src/scripts/preview/style.css +0 -48
  161. package/src/test/runTest.ts +0 -26
  162. package/src/test/spec/i18n/i18n.spec.ts +0 -54
  163. package/src/test/spec/icons/fileIcons.spec.ts +0 -250
  164. package/src/test/spec/icons/folderIcons.spec.ts +0 -418
  165. package/src/test/spec/icons/languageIcons.spec.ts +0 -184
  166. package/src/test/spec/index.ts +0 -36
  167. package/src/web/extension.ts +0 -10
  168. package/svgo.config.js +0 -12
  169. package/tsconfig.json +0 -23
@@ -1,43 +0,0 @@
1
- import { Translation } from '../models';
2
-
3
- export const translation: Translation = {
4
- activate: 'Aktywuj',
5
- activated: 'Motyw Material Icon jest aktywny.',
6
- iconPacks: {
7
- selectPack: 'Wybierz paczkę ikon',
8
- description: "Wybierz paczkę ikon '%0'",
9
- disabled: 'Wyłącz paczki ikon',
10
- },
11
- folders: {
12
- toggleIcons: 'Wybierz motyw folderów',
13
- color: 'Wybierz kolor folderów',
14
- hexCode: 'Podaj kolor w formacie HEX',
15
- wrongHexCode: 'Nieprawidłowy kolor HEX!',
16
- disabled: 'Brak ikon folderów',
17
- theme: {
18
- description: "Wybierz motyw folderów '%0'",
19
- },
20
- },
21
- opacity: {
22
- inputPlaceholder: 'Wartość przezroczystości (pomiędzy 0 a 1)',
23
- wrongValue: 'Wartość musi być pomiędzy 0 i 1!',
24
- },
25
- toggleSwitch: {
26
- on: 'WŁĄCZONE',
27
- off: 'WYŁĄCZONE',
28
- },
29
- explorerArrows: {
30
- toggle: 'Przełącz strzałki przy folderach',
31
- enable: 'Pokaż strzałki przy folderach',
32
- disable: 'Schowaj strzałki przy folderach',
33
- },
34
- grayscale: {
35
- toggle: 'Przełącz czarno-białe ikony',
36
- enable: 'Włącz czarno-białe ikony',
37
- disable: 'Wyłącz czarno-białe ikony',
38
- },
39
- saturation: {
40
- inputPlaceholder: 'Wartość nasycenia (pomiędzy 0 a 1)',
41
- wrongValue: 'Wartość musi być pomiędzy 0 i 1!',
42
- },
43
- };
@@ -1,43 +0,0 @@
1
- import { Translation } from '../models';
2
-
3
- export const translation: Translation = {
4
- activate: 'Ativar',
5
- activated: 'O Material Icon Theme está ativo.',
6
- iconPacks: {
7
- selectPack: 'Selecione um pacote de ícones',
8
- description: "Selecionar o pacote de ícones '%0'",
9
- disabled: 'Desabilitar pacotes de ícones',
10
- },
11
- folders: {
12
- toggleIcons: 'Escolha um tema para as pastas',
13
- color: 'Escolha uma cor para as pastas',
14
- hexCode: 'Insira um código de cor hexadecimal',
15
- wrongHexCode: 'Código de cor hexadecimal inválido!',
16
- disabled: 'Nenhum ícone de pasta',
17
- theme: {
18
- description: "Selecionar o tema para pastas '%0'",
19
- },
20
- },
21
- opacity: {
22
- inputPlaceholder: 'Valor de opacidade (entre 0 e 1)',
23
- wrongValue: 'O valor deve estar entre 0 e 1!',
24
- },
25
- toggleSwitch: {
26
- on: 'ON',
27
- off: 'OFF',
28
- },
29
- explorerArrows: {
30
- toggle: 'Alternar setas do explorador de arquivos',
31
- enable: 'Exibir setas do explorador de arquivos',
32
- disable: 'Ocultar setas do explorador de arquivos',
33
- },
34
- grayscale: {
35
- toggle: 'Alternar os ícones em escala de cinza',
36
- enable: 'Habilitar ícones em escala de cinza',
37
- disable: 'Desativar ícones em escala de cinza',
38
- },
39
- saturation: {
40
- inputPlaceholder: 'Valor de saturação (entre 0 e 1)',
41
- wrongValue: 'O valor deve estar entre 0 e 1!',
42
- },
43
- };
@@ -1,43 +0,0 @@
1
- import { Translation } from '../models';
2
-
3
- export const translation: Translation = {
4
- activate: 'Habilitar',
5
- activated: 'O Material Icon Theme está habilitado.',
6
- iconPacks: {
7
- selectPack: 'Seleccione um pacote de ícones',
8
- description: "Seleccionar o pacote de ícones '%0'",
9
- disabled: 'Desabilitar pacotes de ícones',
10
- },
11
- folders: {
12
- toggleIcons: 'Escolhe um tema para os directórios',
13
- color: 'Escolhe uma cor para os directórios',
14
- hexCode: 'Insira um código de cor hexadecimal',
15
- wrongHexCode: 'Código de cor hexadecimal inválido!',
16
- disabled: 'Nenhum ícone do directório',
17
- theme: {
18
- description: "Seleccionar o tema para directórios '%0'",
19
- },
20
- },
21
- opacity: {
22
- inputPlaceholder: 'Valor de opacidade (entre 0 e 1)',
23
- wrongValue: 'O valor deve estar entre 0 e 1!',
24
- },
25
- toggleSwitch: {
26
- on: 'ON',
27
- off: 'OFF',
28
- },
29
- explorerArrows: {
30
- toggle: 'Alternar setas do explorador de ficheiros',
31
- enable: 'Exibir setas do explorador de ficheiros',
32
- disable: 'Ocultar setas do explorador de ficheiros',
33
- },
34
- grayscale: {
35
- toggle: 'Alternar ícones em escala de cinzentos',
36
- enable: 'Habilitar ícones em escala de cinzentos',
37
- disable: 'Desactivar ícones em escala de cinzentos',
38
- },
39
- saturation: {
40
- inputPlaceholder: 'Valor de saturação (entre 0 e 1)',
41
- wrongValue: 'O valor deve estar entre 0 e 1!',
42
- },
43
- };
@@ -1,43 +0,0 @@
1
- import { Translation } from '../models';
2
-
3
- export const translation: Translation = {
4
- activate: 'Активировать',
5
- activated: 'Material Icon Theme активен.',
6
- iconPacks: {
7
- selectPack: 'Выбрать набор иконок',
8
- description: "Выбрать '%0' набор иконок",
9
- disabled: 'Выключить набор иконок',
10
- },
11
- folders: {
12
- toggleIcons: 'Выбрать тему папки',
13
- color: 'Выбрать цвет папки',
14
- hexCode: 'Вставить HEX-код цвета',
15
- wrongHexCode: 'Неверный HEX-код цвета!',
16
- disabled: 'Нет иконок для папки',
17
- theme: {
18
- description: "Выбрать '%0' тему папки",
19
- },
20
- },
21
- opacity: {
22
- inputPlaceholder: 'Значение непрозрачности (между 0 и 1)',
23
- wrongValue: 'Значение должно быть между 0 и 1!',
24
- },
25
- toggleSwitch: {
26
- on: 'Включить',
27
- off: 'Выключить',
28
- },
29
- explorerArrows: {
30
- toggle: 'Показать/скрыть стрелки у папок',
31
- enable: 'Показать стрелки у папок',
32
- disable: 'Скрыть стрелки у папок',
33
- },
34
- grayscale: {
35
- toggle: 'Переключение серых значков',
36
- enable: 'Включить значки в оттенках серого',
37
- disable: 'Отключить значки в оттенках серого',
38
- },
39
- saturation: {
40
- inputPlaceholder: 'Значение насыщенности (между 0 и 1)',
41
- wrongValue: 'Значение должно быть между 0 и 1!',
42
- },
43
- };
@@ -1,43 +0,0 @@
1
- import { Translation } from '../models';
2
-
3
- export const translation: Translation = {
4
- activate: 'Активувати',
5
- activated: 'Material Icon Theme активований.',
6
- iconPacks: {
7
- selectPack: 'Виберіть набір іконок',
8
- description: "Виберіть набір значків '%0'",
9
- disabled: 'Вимкнути пакети значків',
10
- },
11
- folders: {
12
- toggleIcons: 'Переключити теку icons',
13
- color: 'Виберіть колір папки',
14
- hexCode: 'Введіть HEX колірний код',
15
- wrongHexCode: 'Недійсний HEX колірний код!',
16
- disabled: 'Немає піктограм папок',
17
- theme: {
18
- description: "Виберіть тему папки '%0'",
19
- },
20
- },
21
- opacity: {
22
- inputPlaceholder: 'Значення непрозорості (від 0 до 1)',
23
- wrongValue: 'Значення має бути від 0 до 1!',
24
- },
25
- toggleSwitch: {
26
- on: 'Включити',
27
- off: 'Відключити',
28
- },
29
- explorerArrows: {
30
- toggle: 'Стрілки для перемикання папок',
31
- enable: 'Показати стрілки папки',
32
- disable: 'Приховати стрілки папки',
33
- },
34
- grayscale: {
35
- toggle: 'Перемикання значків у відтінках сірого',
36
- enable: 'Увімкнути значки у відтінках сірого',
37
- disable: 'Вимкнути значки у відтінках сірого',
38
- },
39
- saturation: {
40
- inputPlaceholder: 'Значення насичення (від 0 до 1)',
41
- wrongValue: 'Значення має бути від 0 до 1!',
42
- },
43
- };
@@ -1,43 +0,0 @@
1
- import { Translation } from '../models';
2
-
3
- export const translation: Translation = {
4
- activate: '激活',
5
- activated: 'Material主题图标已激活',
6
- iconPacks: {
7
- selectPack: '选择图标包',
8
- description: '选择%0符号',
9
- disabled: '禁用图标包',
10
- },
11
- folders: {
12
- toggleIcons: '切换文件夹图标的显示',
13
- color: '选择一个文件夹颜色',
14
- hexCode: '插入HEX颜色代码',
15
- wrongHexCode: '无效的HEX颜色代码!',
16
- disabled: '不显示文件夹图标',
17
- theme: {
18
- description: "'%0'主题的文件夹图标",
19
- },
20
- },
21
- opacity: {
22
- inputPlaceholder: '不透明度值(0和1之间)',
23
- wrongValue: '该值必须介于0和1之间!',
24
- },
25
- toggleSwitch: {
26
- on: 'ON',
27
- off: 'OFF',
28
- },
29
- explorerArrows: {
30
- toggle: '切换文件夹箭头',
31
- enable: '显示文件夹箭头',
32
- disable: '隐藏文件夹箭头',
33
- },
34
- grayscale: {
35
- toggle: '切换灰度图标',
36
- enable: '启用灰度图标',
37
- disable: '禁用灰度图标',
38
- },
39
- saturation: {
40
- inputPlaceholder: '饱和度值(在0和1之间)。',
41
- wrongValue: '该值必须在0和1之间!',
42
- },
43
- };
@@ -1,43 +0,0 @@
1
- import { Translation } from '../models';
2
-
3
- export const translation: Translation = {
4
- activate: '激活',
5
- activated: 'Material主題圖標已激活',
6
- iconPacks: {
7
- selectPack: '選擇圖標包',
8
- description: '選擇%0符號',
9
- disabled: '禁用圖標包',
10
- },
11
- folders: {
12
- toggleIcons: '切換文件夾圖標的顯示',
13
- color: '選擇一個文件夾顏色',
14
- hexCode: '插入HEX顏色代碼',
15
- wrongHexCode: '無效的HEX顏色代碼!',
16
- disabled: '不顯示文件夾圖標',
17
- theme: {
18
- description: "'%0'主題的文件夾圖標",
19
- },
20
- },
21
- opacity: {
22
- inputPlaceholder: '不透明度值(0和1之間)',
23
- wrongValue: '該值必須介於0和1之間!',
24
- },
25
- toggleSwitch: {
26
- on: 'ON',
27
- off: 'OFF',
28
- },
29
- explorerArrows: {
30
- toggle: '切換文件夾箭頭',
31
- enable: '顯示文件夾箭頭',
32
- disable: '隱藏文件夾箭頭',
33
- },
34
- grayscale: {
35
- toggle: '切換灰度圖標',
36
- enable: '啟用灰度圖標',
37
- disable: '禁用灰度圖標',
38
- },
39
- saturation: {
40
- inputPlaceholder: '飽和度值(在0和1之間)。',
41
- wrongValue: '該值必須在0和1之間!',
42
- },
43
- };