提交 b66821d0 编写于 作者: D Daniel Imms

Have terminal.border fallback to panel.border

上级 0aa93121
......@@ -5,7 +5,7 @@
import * as nls from 'vs/nls';
import { registerColor, ColorIdentifier, contrastBorder } from 'vs/platform/theme/common/colorRegistry';
import { registerColor, ColorIdentifier } from 'vs/platform/theme/common/colorRegistry';
/**
* The color identifiers for the terminal's ansi colors. The index in the array corresponds to the index
......@@ -26,11 +26,7 @@ export const TERMINAL_SELECTION_BACKGROUND_COLOR = registerColor('terminal.selec
dark: '#FFFFFF40',
hc: '#FFFFFF80'
}, nls.localize('terminal.selectionBackground', 'The selection background color of the terminal.'));
export const TERMINAL_BORDER_COLOR = registerColor('terminal.border', {
dark: '#80808033',
light: '#80808033',
hc: contrastBorder
}, nls.localize('terminal.border', 'The color of the border that separates multiple terminals.'));
export const TERMINAL_BORDER_COLOR = registerColor('terminal.border', null, nls.localize('terminal.border', 'The color of the border that separates multiple terminals. This defaults to panel.border'));
const ansiColorMap = {
'terminal.ansiBlack': {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册