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

Base terminal bg on panel bg again

上级 6bc165d4
......@@ -5,8 +5,8 @@
import * as nls from 'vs/nls';
import { editorBackground, registerColor, ColorIdentifier } from 'vs/platform/theme/common/colorRegistry';
import { PANEL_BORDER } from 'vs/workbench/common/theme';
import { registerColor, ColorIdentifier } from 'vs/platform/theme/common/colorRegistry';
import { PANEL_BORDER, PANEL_BACKGROUND } from 'vs/workbench/common/theme';
/**
* The color identifiers for the terminal's ansi colors. The index in the array corresponds to the index
......@@ -15,9 +15,9 @@ import { PANEL_BORDER } from 'vs/workbench/common/theme';
export const ansiColorIdentifiers: ColorIdentifier[] = [];
export const TERMINAL_BACKGROUND_COLOR = registerColor('terminal.background', {
dark: editorBackground,
light: editorBackground,
hc: editorBackground
dark: PANEL_BACKGROUND,
light: PANEL_BACKGROUND,
hc: PANEL_BACKGROUND
}, nls.localize('terminal.background', 'The background color of the terminal, this allows coloring the terminal differently to the panel.'));
export const TERMINAL_FOREGROUND_COLOR = registerColor('terminal.foreground', {
light: '#333333',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册