mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-06 17:08:32 +00:00
fixed save-as. added sketchload
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -155,3 +155,12 @@
|
||||
border: 1px solid var(--theia-arduino-toolbar-background);
|
||||
padding: 2px 0px 2px 9px;
|
||||
}
|
||||
|
||||
#outputView .monaco-editor .lines-content.monaco-editor-background {
|
||||
background-color: var(--theia-arduino-output-background);
|
||||
}
|
||||
|
||||
.monaco-editor {
|
||||
/* #outputView .monaco-editor .inputarea.ime-input { */
|
||||
color: var(--theia-arduino-output-foreground);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user