@codingame/monaco-vscode-theme-defaults-default-extension 29.1.1 → 30.0.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/index.js +3 -3
- package/package.json +2 -2
- package/resources/package.json +1 -1
- package/resources/package.nls.json +1 -1
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { registerExtension } from '@codingame/monaco-vscode-api/extensions';
|
|
2
2
|
|
|
3
|
-
var manifest = {name:"theme-defaults",displayName:"%displayName%",description:"%description%",categories:["Themes"],version:"10.0.0",publisher:"vscode",license:"MIT",engines:{vscode:"*"},contributes:{themes:[{id:"
|
|
3
|
+
var manifest = {name:"theme-defaults",displayName:"%displayName%",description:"%description%",categories:["Themes"],version:"10.0.0",publisher:"vscode",license:"MIT",engines:{vscode:"*"},contributes:{themes:[{id:"Light 2026",label:"%light2026ThemeLabel%",uiTheme:"vs",path:"./themes/2026-light.json"},{id:"Dark 2026",label:"%dark2026ThemeLabel%",uiTheme:"vs-dark",path:"./themes/2026-dark.json"},{id:"Dark+",label:"%darkPlusColorThemeLabel%",uiTheme:"vs-dark",path:"./themes/dark_plus.json"},{id:"Dark Modern",label:"%darkModernThemeLabel%",uiTheme:"vs-dark",path:"./themes/dark_modern.json"},{id:"Light+",label:"%lightPlusColorThemeLabel%",uiTheme:"vs",path:"./themes/light_plus.json"},{id:"Light Modern",label:"%lightModernThemeLabel%",uiTheme:"vs",path:"./themes/light_modern.json"},{id:"Visual Studio Dark",label:"%darkColorThemeLabel%",uiTheme:"vs-dark",path:"./themes/dark_vs.json"},{id:"Visual Studio Light",label:"%lightColorThemeLabel%",uiTheme:"vs",path:"./themes/light_vs.json"},{id:"Default High Contrast",label:"%hcColorThemeLabel%",uiTheme:"hc-black",path:"./themes/hc_black.json"},{id:"Default High Contrast Light",label:"%lightHcColorThemeLabel%",uiTheme:"hc-light",path:"./themes/hc_light.json"}],iconThemes:[{id:"vs-minimal",label:"%minimalIconThemeLabel%",path:"./fileicons/vs_minimal-icon-theme.json"}]},repository:{type:"git",url:"https://github.com/microsoft/vscode.git"},main:undefined};
|
|
4
4
|
|
|
5
5
|
const { registerFileUrl, whenReady } = registerExtension(manifest, undefined, {"system":true});
|
|
6
6
|
registerFileUrl('fileicons/images/document-dark.svg', new URL('./resources/document-dark.svg', import.meta.url).toString(), {"mimeType":"image/svg+xml","size":278});
|
|
@@ -14,8 +14,8 @@ registerFileUrl('fileicons/images/root-folder-light.svg', new URL('./resources/r
|
|
|
14
14
|
registerFileUrl('fileicons/images/root-folder-open-dark.svg', new URL('./resources/root-folder-open-dark.svg', import.meta.url).toString(), {"mimeType":"image/svg+xml","size":930});
|
|
15
15
|
registerFileUrl('fileicons/images/root-folder-open-light.svg', new URL('./resources/root-folder-open-light.svg', import.meta.url).toString(), {"mimeType":"image/svg+xml","size":930});
|
|
16
16
|
registerFileUrl('fileicons/vs_minimal-icon-theme.json', new URL('./resources/vs_minimal-icon-theme.json', import.meta.url).toString(), {"mimeType":"application/json","size":1094});
|
|
17
|
-
registerFileUrl('package.json', new URL('./resources/package.json', import.meta.url).toString(), {"mimeType":"application/json","size":
|
|
18
|
-
registerFileUrl('package.nls.json', new URL('./resources/package.nls.json', import.meta.url).toString(), {"mimeType":"application/json","size":
|
|
17
|
+
registerFileUrl('package.json', new URL('./resources/package.json', import.meta.url).toString(), {"mimeType":"application/json","size":1495});
|
|
18
|
+
registerFileUrl('package.nls.json', new URL('./resources/package.nls.json', import.meta.url).toString(), {"mimeType":"application/json","size":545});
|
|
19
19
|
registerFileUrl('themes/2026-dark.json', new URL('./resources/2026-dark.json', import.meta.url).toString(), {"mimeType":"application/json","size":15578});
|
|
20
20
|
registerFileUrl('themes/2026-light.json', new URL('./resources/2026-light.json', import.meta.url).toString(), {"mimeType":"application/json","size":15462});
|
|
21
21
|
registerFileUrl('themes/dark_modern.json', new URL('./resources/dark_modern.json', import.meta.url).toString(), {"mimeType":"application/json","size":4670});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-theme-defaults-default-extension",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "30.0.0",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@codingame/monaco-vscode-api": "
|
|
21
|
+
"@codingame/monaco-vscode-api": "30.0.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
package/resources/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"theme-defaults","displayName":"%displayName%","description":"%description%","categories":["Themes"],"version":"10.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"contributes":{"themes":[{"id":"
|
|
1
|
+
{"name":"theme-defaults","displayName":"%displayName%","description":"%description%","categories":["Themes"],"version":"10.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"contributes":{"themes":[{"id":"Light 2026","label":"%light2026ThemeLabel%","uiTheme":"vs","path":"./themes/2026-light.json"},{"id":"Dark 2026","label":"%dark2026ThemeLabel%","uiTheme":"vs-dark","path":"./themes/2026-dark.json"},{"id":"Dark+","label":"%darkPlusColorThemeLabel%","uiTheme":"vs-dark","path":"./themes/dark_plus.json"},{"id":"Dark Modern","label":"%darkModernThemeLabel%","uiTheme":"vs-dark","path":"./themes/dark_modern.json"},{"id":"Light+","label":"%lightPlusColorThemeLabel%","uiTheme":"vs","path":"./themes/light_plus.json"},{"id":"Light Modern","label":"%lightModernThemeLabel%","uiTheme":"vs","path":"./themes/light_modern.json"},{"id":"Visual Studio Dark","label":"%darkColorThemeLabel%","uiTheme":"vs-dark","path":"./themes/dark_vs.json"},{"id":"Visual Studio Light","label":"%lightColorThemeLabel%","uiTheme":"vs","path":"./themes/light_vs.json"},{"id":"Default High Contrast","label":"%hcColorThemeLabel%","uiTheme":"hc-black","path":"./themes/hc_black.json"},{"id":"Default High Contrast Light","label":"%lightHcColorThemeLabel%","uiTheme":"hc-light","path":"./themes/hc_light.json"}],"iconThemes":[{"id":"vs-minimal","label":"%minimalIconThemeLabel%","path":"./fileicons/vs_minimal-icon-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"displayName":"Default Themes","description":"The default Visual Studio light and dark themes","
|
|
1
|
+
{"displayName":"Default Themes","description":"The default Visual Studio light and dark themes","light2026ThemeLabel":"Light 2026","dark2026ThemeLabel":"Dark 2026","darkPlusColorThemeLabel":"Dark+","darkModernThemeLabel":"Dark Modern","lightPlusColorThemeLabel":"Light+","lightModernThemeLabel":"Light Modern","darkColorThemeLabel":"Dark (Visual Studio)","lightColorThemeLabel":"Light (Visual Studio)","hcColorThemeLabel":"Dark High Contrast","lightHcColorThemeLabel":"Light High Contrast","minimalIconThemeLabel":"Minimal (Visual Studio Code)"}
|