microbit: theming for cloud projects card (#5044)
This commit is contained in:
Родитель
af940d5007
Коммит
dc24857ad1
|
@ -1,6 +1,6 @@
|
|||
// Place your settings in this file to overwrite default and user settings.
|
||||
{
|
||||
"files.autoSave": "afterDelay",
|
||||
"files.autoSave": "off",
|
||||
"files.watcherExclude": {
|
||||
"**/.git/objects/**": true,
|
||||
"**/built/**": true,
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
@simulatorBackground: #FDFDFF;
|
||||
@editorToolsBackground: @simulatorBackground;
|
||||
@blocklySvgColor: #ecf0f1;
|
||||
@cloudCardBackground: lighten(@blue, 9);
|
||||
|
||||
/*-------------------
|
||||
Side Docs
|
||||
|
|
Загрузка…
Ссылка в новой задаче