@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.
- package/index.js +21 -20
- package/package.json +2 -2
- package/resources/dark_modern.json +1 -0
- package/resources/dark_plus.json +1 -0
- package/resources/dark_vs.json +1 -0
- package/resources/hc_black.json +1 -0
- package/resources/hc_light.json +1 -0
- package/resources/light_modern.json +1 -0
- package/resources/light_plus.json +1 -0
- package/resources/light_vs.json +1 -0
- package/resources/package.json +1 -0
- package/resources/package.nls.json +1 -0
- package/resources/vs_minimal-icon-theme.json +1 -0
- package/dark_modern.json +0 -128
- package/dark_plus.json +0 -204
- package/dark_vs.json +0 -406
- package/hc_black.json +0 -466
- package/hc_light.json +0 -574
- package/light_modern.json +0 -145
- package/light_plus.json +0 -206
- package/light_vs.json +0 -435
- package/package.nls.json +0 -13
- package/vs_minimal-icon-theme.json +0 -68
- /package/{document-dark.svg → resources/document-dark.svg} +0 -0
- /package/{document-light.svg → resources/document-light.svg} +0 -0
- /package/{folder-dark.svg → resources/folder-dark.svg} +0 -0
- /package/{folder-light.svg → resources/folder-light.svg} +0 -0
- /package/{folder-open-dark.svg → resources/folder-open-dark.svg} +0 -0
- /package/{folder-open-light.svg → resources/folder-open-light.svg} +0 -0
- /package/{root-folder-dark.svg → resources/root-folder-dark.svg} +0 -0
- /package/{root-folder-light.svg → resources/root-folder-light.svg} +0 -0
- /package/{root-folder-open-dark.svg → resources/root-folder-open-dark.svg} +0 -0
- /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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|