提交 79ff43a1 编写于 作者: D Daniel Imms

Remove TODO

上级 3bad7955
......@@ -166,7 +166,6 @@ export class TerminalPanel extends Panel {
let css = '';
theme.forEach((color: string, index: number) => {
// TODO: The classes could probably be reduced, it's so long to beat the specificity of the general rule.
let rgba = this.convertHexCssColorToRgba(color, 0.996);
css += `.monaco-workbench .panel.integrated-terminal .xterm .xterm-color-${index} { color: ${color}; }` +
`.monaco-workbench .panel.integrated-terminal .xterm .xterm-color-${index}::selection { background-color: ${rgba}; }` +
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册