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

@@ -27,9 +27,9 @@
}
.ide-updater-dialog .changelog-container {
color: var(--theia-dropdown-foreground);
background-color: var(--theia-dropdown-background);
border: 1px solid var(--theia-tree-indentGuidesStroke);
color: var(--theia-editor-foreground);
background-color: var(--theia-editor-background);
border: 1px solid var(--theia-editorWidget-border);
border-radius: 2px;
font-size: 12px;
height: 180px;
@@ -39,7 +39,7 @@
}
.ide-updater-dialog .changelog-container a {
color: #018184;
color: var(--theia-textLink-foreground);
}
.ide-updater-dialog .changelog-container a:hover {
@@ -48,13 +48,13 @@
}
.ide-updater-dialog .changelog-container code {
background: #ecf1f1;
background: var(--theia-textBlockQuote-background);
border-radius: 2px;
padding: 0 2px;
}
.ide-updater-dialog .changelog-container a code {
color: #018184;
color: var(--theia-textLink-foreground);
}
.ide-updater-dialog .buttons-container {