Custom colors clean up (#1252)

This commit is contained in:
Francesco Spissu
2022-08-02 15:24:54 +02:00
committed by GitHub
parent 564862e173
commit 8a0dc1be7e
14 changed files with 75 additions and 109 deletions

View File

@@ -6,7 +6,7 @@
}
.monaco-list-row.show-file-icons.focused {
background-color: #d6ebff;
background-color: var(--theia-quickInputList-focusBackground);
}
.monaco-editor .view-overlays .compiler-error {