提交 4053bceb 编写于 作者: R rebornix

markdown output use link colors

上级 0ca10b2b
......@@ -1103,12 +1103,12 @@ registerThemingParticipant((theme, collector) => {
}
const link = theme.getColor(textLinkForeground);
if (link) {
collector.addRule(`.monaco-workbench .part.editor > .content .notebook-editor .cell .output a,
collector.addRule(`.monaco-workbench .part.editor > .content .notebook-editor .output a,
.monaco-workbench .part.editor > .content .notebook-editor .cell.markdown a { color: ${link};} `);
}
const activeLink = theme.getColor(textLinkActiveForeground);
if (activeLink) {
collector.addRule(`.monaco-workbench .part.editor > .content .notebook-editor .cell .output a:hover,
collector.addRule(`.monaco-workbench .part.editor > .content .notebook-editor .output a:hover,
.monaco-workbench .part.editor > .content .notebook-editor .cell .output a:active { color: ${activeLink}; }`);
}
const shortcut = theme.getColor(textPreformatForeground);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册