[styling] use arduino theme background color from start

This commit is contained in:
Sven Efftinge 2019-07-24 15:00:01 +00:00
parent 4ced8237f7
commit 835107b5a6

View File

@ -36,6 +36,11 @@
"editor.autoSave": "on"
}
}
},
"generator": {
"config": {
"preloadTemplate": "<div class='theia-preload' style='background-color: rgb(237, 241, 242);'></div>"
}
}
}
}