提交 1fa676a0 编写于 作者: B Benjamin Pasero

consistent color names (#23464)

上级 6d2cd6c1
......@@ -291,7 +291,7 @@
"editorDragAndDropBackground": "#25375daa",
"activityBarDragAndDropBackground": "#25375daa",
"editorSideBySideBorder": "#10192c",
"panelBorderTopColor": "#2b2b4a",
"panelTopBorder": "#2b2b4a",
"statusBarBackground": "#10192c",
"statusBarNoFolderBackground": "#10192c",
"statusBarDebuggingBackground": "#10192c",
......
......@@ -102,23 +102,23 @@ export const PANEL_BACKGROUND = registerColor('panelBackground', {
hc: editorBackground
}, nls.localize('panelBackground', "Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal."));
export const PANEL_BORDER_TOP_COLOR = registerColor('panelBorderTopColor', {
export const PANEL_BORDER_TOP_COLOR = registerColor('panelTopBorder', {
dark: Color.fromRGBA(new RGBA(128, 128, 128)).transparent(0.35),
light: Color.fromRGBA(new RGBA(128, 128, 128)).transparent(0.35),
hc: highContrastBorder
}, nls.localize('panelBorderTopColor', "Panel border color on the top separating to the editor. Panels are shown below the editor area and contain views like output and integrated terminal."));
}, nls.localize('panelTopBorder', "Panel border color on the top separating to the editor. Panels are shown below the editor area and contain views like output and integrated terminal."));
export const PANEL_ACTIVE_TITLE_COLOR = registerColor('panelActiveTitleColor', {
export const PANEL_ACTIVE_TITLE_COLOR = registerColor('panelActiveTitleForeground', {
dark: '#E7E7E7',
light: '#424242',
hc: Color.white
}, nls.localize('panelActiveTitleColor', "Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal."));
}, nls.localize('panelActiveTitleForeground', "Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal."));
export const PANEL_INACTIVE_TITLE_COLOR = registerColor('panelInactiveTitleColor', {
export const PANEL_INACTIVE_TITLE_COLOR = registerColor('panelInactiveTitleForeground', {
dark: Color.fromRGBA(new RGBA(231, 231, 231)).transparent(0.5),
light: Color.fromRGBA(new RGBA(66, 66, 66)).transparent(0.75),
hc: Color.white
}, nls.localize('panelInactiveTitleColor', "Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal."));
}, nls.localize('panelInactiveTitleForeground', "Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal."));
export const PANEL_ACTIVE_TITLE_BORDER = registerColor('panelActiveTitleBorder', {
dark: '#404047',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册