提交 9a5f3051 编写于 作者: P Peng Lyu

Grey color.

上级 c7a9eb8c
......@@ -58,7 +58,7 @@ export class ReviewViewZone implements IViewZone {
}
}
const overviewRulerDefault = new Color(new RGBA(255, 69, 0, 1));
const overviewRulerDefault = new Color(new RGBA(197, 197, 197, 1));
export const overviewRulerCommentingRangeForeground = registerColor('editorOverviewRuler.addedForeground', { dark: overviewRulerDefault, light: overviewRulerDefault, hc: overviewRulerDefault }, nls.localize('overviewRulerAddedForeground', 'Overview ruler marker color for added content.'));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册