mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-14 16:16:32 +00:00
Use the light
theme as the default one.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
8a048936cb
commit
d8625ad9c3
@ -26,5 +26,13 @@
|
|||||||
"prepare": "theia build --mode development",
|
"prepare": "theia build --mode development",
|
||||||
"start": "theia start --root-dir=../workspace",
|
"start": "theia start --root-dir=../workspace",
|
||||||
"watch": "theia build --watch --mode development"
|
"watch": "theia build --watch --mode development"
|
||||||
|
},
|
||||||
|
"theia": {
|
||||||
|
"frontend": {
|
||||||
|
"config": {
|
||||||
|
"applicationName": "Arduino-PoC",
|
||||||
|
"defaultTheme": "light"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -30,9 +30,10 @@
|
|||||||
},
|
},
|
||||||
"theia": {
|
"theia": {
|
||||||
"target": "electron",
|
"target": "electron",
|
||||||
"backend": {
|
"frontend": {
|
||||||
"config": {
|
"config": {
|
||||||
"startupTimeout": -1
|
"applicationName": "Arduino-PoC",
|
||||||
|
"defaultTheme": "light"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "An extension for Theia building the Arduino IDE",
|
"description": "An extension for Theia building the Arduino IDE",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10.10.0"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@grpc/grpc-js": "^0.4.0",
|
"@grpc/grpc-js": "^0.4.0",
|
||||||
"@theia/core": "next",
|
"@theia/core": "next",
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"package:preview": "electron-builder --dir"
|
"package:preview": "electron-builder --dir"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.12.0"
|
"node": ">=10.10.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -41,7 +41,7 @@
|
|||||||
"!node_modules/**/*.{ts,map}",
|
"!node_modules/**/*.{ts,map}",
|
||||||
"!node_modules/**/*.spec.js",
|
"!node_modules/**/*.spec.js",
|
||||||
"!node_modules/@theia/**/test/*",
|
"!node_modules/@theia/**/test/*",
|
||||||
"!node_modules/@theia/**/src/*",
|
"!node_modules/@theia/**/src/*.ts",
|
||||||
"!node_modules/@theia/java/download",
|
"!node_modules/@theia/java/download",
|
||||||
"!node_modules/@theia/**/lib/*browser/*",
|
"!node_modules/@theia/**/lib/*browser/*",
|
||||||
"!node_modules/@typefox/monaco-editor-core/*",
|
"!node_modules/@typefox/monaco-editor-core/*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user