提交 0e3ca528 编写于 作者: D Daniel Imms 提交者: GitHub

Merge pull request #26788 from hungys/terminal_foreground

Fix for terminal.foreground not working
......@@ -235,7 +235,7 @@ export class TerminalPanel extends Panel {
css += `.monaco-workbench .panel.integrated-terminal .terminal-outer-container { background-color: ${bgColor}; }`;
}
const fgColor = theme.getColor(TERMINAL_FOREGROUND_COLOR);
if (bgColor) {
if (fgColor) {
css += `.monaco-workbench .panel.integrated-terminal .xterm { color: ${fgColor}; }`;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册