Light theme docs (#786)
* lighttheme toc * use LEGO edu logo everywhere * bump pxt
This commit is contained in:
parent
245ff9d5b2
commit
d7172a1f3a
@ -40,7 +40,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pxt-common-packages": "0.23.55",
|
"pxt-common-packages": "0.23.55",
|
||||||
"pxt-core": "4.0.1"
|
"pxt-core": "4.0.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node node_modules/pxt-core/built/pxt.js travis"
|
"test": "node node_modules/pxt-core/built/pxt.js travis"
|
||||||
|
@ -79,11 +79,11 @@
|
|||||||
},
|
},
|
||||||
"appTheme": {
|
"appTheme": {
|
||||||
"accentColor": "#0089BF",
|
"accentColor": "#0089BF",
|
||||||
|
"logoWide": true,
|
||||||
"logoUrl": "https://education.lego.com/",
|
"logoUrl": "https://education.lego.com/",
|
||||||
"logo": "./static/lego_education_logo.png",
|
"logo": "./static/lego_education_logo.png",
|
||||||
"docsLogo": "./static/lego-logo.svg",
|
"docsLogo": "./static/lego_education_logo.png",
|
||||||
"portraitLogo": "./static/lego-logo.svg",
|
"portraitLogo": "./static/lego_education_logo.png",
|
||||||
"footerLogo": "./static/lego-logo.svg",
|
|
||||||
"cardLogo": "./static/icons/android-chrome-192x192.png",
|
"cardLogo": "./static/icons/android-chrome-192x192.png",
|
||||||
"appLogo": "./static/icons/android-chrome-192x192.png",
|
"appLogo": "./static/icons/android-chrome-192x192.png",
|
||||||
"organization": "Microsoft MakeCode",
|
"organization": "Microsoft MakeCode",
|
||||||
@ -137,6 +137,7 @@
|
|||||||
"invertedMonaco": false,
|
"invertedMonaco": false,
|
||||||
"monacoToolbox": true,
|
"monacoToolbox": true,
|
||||||
"invertedToolbox": false,
|
"invertedToolbox": false,
|
||||||
|
"lightToc": true,
|
||||||
"coloredToolbox": true,
|
"coloredToolbox": true,
|
||||||
"hasAudio": true,
|
"hasAudio": true,
|
||||||
"saveInMenu": true,
|
"saveInMenu": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user