提交 d6821815 编写于 作者: A Alex Dima

Fixes Microsoft/monaco-editor#369

上级 28b20439
...@@ -39,7 +39,7 @@ export const editorWarningBorder = registerColor('editorWarning.border', { dark: ...@@ -39,7 +39,7 @@ export const editorWarningBorder = registerColor('editorWarning.border', { dark:
registerThemingParticipant((theme, collector) => { registerThemingParticipant((theme, collector) => {
let background = theme.getColor(editorBackground); let background = theme.getColor(editorBackground);
if (background) { if (background) {
collector.addRule(`.monaco-editor, .monaco-editor .monaco-editor-background, .monaco-editor .inputarea.ime-input { background-color: ${background}; }`); collector.addRule(`.monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input { background-color: ${background}; }`);
} }
let foreground = theme.getColor(editorForeground); let foreground = theme.getColor(editorForeground);
if (foreground) { if (foreground) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册