microbit: theming for cloud projects card (#5044)

This commit is contained in:
Eric Anderson 2023-04-05 15:18:55 -07:00 коммит произвёл GitHub
Родитель af940d5007
Коммит dc24857ad1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 1 удалений

2
.vscode/settings.json поставляемый
Просмотреть файл

@ -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