@codingame/monaco-vscode-theme-defaults-default-extension 1.85.2 → 1.85.3

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 (33) hide show
  1. package/index.js +21 -20
  2. package/package.json +2 -2
  3. package/resources/dark_modern.json +1 -0
  4. package/resources/dark_plus.json +1 -0
  5. package/resources/dark_vs.json +1 -0
  6. package/resources/hc_black.json +1 -0
  7. package/resources/hc_light.json +1 -0
  8. package/resources/light_modern.json +1 -0
  9. package/resources/light_plus.json +1 -0
  10. package/resources/light_vs.json +1 -0
  11. package/resources/package.json +1 -0
  12. package/resources/package.nls.json +1 -0
  13. package/resources/vs_minimal-icon-theme.json +1 -0
  14. package/dark_modern.json +0 -128
  15. package/dark_plus.json +0 -204
  16. package/dark_vs.json +0 -406
  17. package/hc_black.json +0 -466
  18. package/hc_light.json +0 -574
  19. package/light_modern.json +0 -145
  20. package/light_plus.json +0 -206
  21. package/light_vs.json +0 -435
  22. package/package.nls.json +0 -13
  23. package/vs_minimal-icon-theme.json +0 -68
  24. /package/{document-dark.svg → resources/document-dark.svg} +0 -0
  25. /package/{document-light.svg → resources/document-light.svg} +0 -0
  26. /package/{folder-dark.svg → resources/folder-dark.svg} +0 -0
  27. /package/{folder-light.svg → resources/folder-light.svg} +0 -0
  28. /package/{folder-open-dark.svg → resources/folder-open-dark.svg} +0 -0
  29. /package/{folder-open-light.svg → resources/folder-open-light.svg} +0 -0
  30. /package/{root-folder-dark.svg → resources/root-folder-dark.svg} +0 -0
  31. /package/{root-folder-light.svg → resources/root-folder-light.svg} +0 -0
  32. /package/{root-folder-open-dark.svg → resources/root-folder-open-dark.svg} +0 -0
  33. /package/{root-folder-open-light.svg → resources/root-folder-open-light.svg} +0 -0
@@ -1,68 +0,0 @@
1
- {
2
- "iconDefinitions": {
3
- "_root_folder_dark": {
4
- "iconPath": "./images/root-folder-dark.svg"
5
- },
6
- "_root_folder_open_dark": {
7
- "iconPath": "./images/root-folder-open-dark.svg"
8
- },
9
- "_folder_dark": {
10
- "iconPath": "./images/folder-dark.svg"
11
- },
12
- "_folder_open_dark": {
13
- "iconPath": "./images/folder-open-dark.svg"
14
- },
15
- "_file_dark": {
16
- "iconPath": "./images/document-dark.svg"
17
- },
18
- "_root_folder": {
19
- "iconPath": "./images/root-folder-light.svg"
20
- },
21
- "_root_folder_open": {
22
- "iconPath": "./images/root-folder-open-light.svg"
23
- },
24
- "_folder_light": {
25
- "iconPath": "./images/folder-light.svg"
26
- },
27
- "_folder_open_light": {
28
- "iconPath": "./images/folder-open-light.svg"
29
- },
30
- "_file_light": {
31
- "iconPath": "./images/document-light.svg"
32
- }
33
- },
34
-
35
- "folderExpanded": "_folder_open_dark",
36
- "folder": "_folder_dark",
37
- "file": "_file_dark",
38
- "rootFolderExpanded": "_root_folder_open_dark",
39
- "rootFolder": "_root_folder_dark",
40
- "fileExtensions": {
41
- // icons by file extension
42
- },
43
- "fileNames": {
44
- // icons by file name
45
- },
46
- "languageIds": {
47
- // icons by language id
48
- },
49
- "light": {
50
- "folderExpanded": "_folder_open_light",
51
- "folder": "_folder_light",
52
- "rootFolderExpanded": "_root_folder_open",
53
- "rootFolder": "_root_folder",
54
- "file": "_file_light",
55
- "fileExtensions": {
56
- // icons by file extension
57
- },
58
- "fileNames": {
59
- // icons by file name
60
- },
61
- "languageIds": {
62
- // icons by language id
63
- }
64
- },
65
- "highContrast": {
66
- // overrides for high contrast
67
- }
68
- }
File without changes