提交 861c6bf1 编写于 作者: M Martin Aeschlimann

[theming] editorOverviewRuler.addedForeground & deletedForeground not working. Fixes #43356

上级 9e0baca2
......@@ -790,8 +790,8 @@ class DirtyDiffDecorator {
if (options.overview) {
decorationOptions.overviewRuler = {
color: themeColorFromId(overviewRulerModifiedForeground),
darkColor: themeColorFromId(overviewRulerModifiedForeground),
color: themeColorFromId(foregroundColor),
darkColor: themeColorFromId(foregroundColor),
position: OverviewRulerLane.Left
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册