提交 d4face1b 编写于 作者: P Phawin Khongkhasawan

add .disable-bold to xterm.css

上级 60ae03d5
......@@ -2164,3 +2164,7 @@
.monaco-workbench .panel.integrated-terminal .xterm .xterm-bg-color-255 {
background-color: #eeeeee;
}
.disable-bold{
font-weight: normal;
}
\ No newline at end of file
......@@ -55,6 +55,7 @@ export class TerminalPanel extends Panel {
this._terminalContainer = document.createElement('div');
DOM.addClass(this._terminalContainer, 'terminal-outer-container');
DOM.toggleClass(this._parentDomElement, 'disable-bold', !this._terminalService.configHelper.config.enableBold);
this._parentDomElement.appendChild(this._themeStyleElement);
this._parentDomElement.appendChild(this._fontStyleElement);
this._parentDomElement.appendChild(this._terminalContainer);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册