diff --git a/packages/output/src/browser/style/output.css b/packages/output/src/browser/style/output.css index a0b0c8c7b836d..9abad65c07056 100644 --- a/packages/output/src/browser/style/output.css +++ b/packages/output/src/browser/style/output.css @@ -18,10 +18,10 @@ height: 100%; } -.theia-output-error { +.theia-output .theia-output-error { color: var(--theia-errorForeground); } -.theia-output-warning { +.theia-output .theia-output-warning { color: var(--theia-editorWarning-foreground); }