提交 330ae7ab 编写于 作者: M Martin Aeschlimann 提交者: GitHub

Merge pull request #33820 from Ikuyadeu/patch-1

Fix word highlighting Solarized Dark theme #28343
......@@ -371,9 +371,9 @@
// "editor.inactiveSelectionBackground": "",
// "editor.lineHighlightBorder": "",
// "editor.rangeHighlightBackground": "",
// "editor.selectionHighlightBackground": "",
// "editor.wordHighlightBackground": "",
// "editor.wordHighlightStrongBackground": "",
"editor.selectionHighlightBackground": "#005A6FAA",
"editor.wordHighlightBackground": "#004454AA",
"editor.wordHighlightStrongBackground": "#005A6FAA",
// Editor: Suggest
// "editorSuggestWidget.background": "",
......@@ -483,4 +483,4 @@
"terminal.ansiBrightCyan": "#93a1a1",
"terminal.ansiBrightWhite": "#fdf6e3"
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册