提交 9cd59cfd 编写于 作者: R Rob Lourens

Remove terminalCursor.foreground defaults, in favor of terminal.foreground

上级 b027686b
......@@ -19,11 +19,7 @@ export const TERMINAL_FOREGROUND_COLOR = registerColor('terminal.foreground', {
dark: '#CCCCCC',
hc: '#FFFFFF'
}, nls.localize('terminal.foreground', 'The foreground color of the terminal.'));
export const TERMINAL_CURSOR_FOREGROUND_COLOR = registerColor('terminalCursor.foreground', {
light: '#333333',
dark: '#CCCCCC',
hc: '#FFFFFF'
}, nls.localize('terminalCursor.foreground', 'The foreground color of the terminal cursor.'));
export const TERMINAL_CURSOR_FOREGROUND_COLOR = registerColor('terminalCursor.foreground', null, nls.localize('terminalCursor.foreground', 'The foreground color of the terminal cursor.'));
export const TERMINAL_CURSOR_BACKGROUND_COLOR = registerColor('terminalCursor.background', null, nls.localize('terminalCursor.background', 'The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.'));
// TODO: Reinstate, see #28397
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册