Skip to content

Commit 41db44f

Browse files
author
Miguel Solorio
committed
1 parent 346416d commit 41db44f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/common/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ export const PANEL_INACTIVE_TITLE_FOREGROUND = registerColor('panelTitle.inactiv
235235
}, nls.localize('panelInactiveTitleForeground', "Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal."));
236236

237237
export const PANEL_ACTIVE_TITLE_BORDER = registerColor('panelTitle.activeBorder', {
238-
dark: PANEL_BORDER,
239-
light: PANEL_BORDER,
238+
dark: PANEL_ACTIVE_TITLE_FOREGROUND,
239+
light: PANEL_ACTIVE_TITLE_FOREGROUND,
240240
hc: contrastBorder
241241
}, nls.localize('panelActiveTitleBorder', "Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal."));
242242

0 commit comments

Comments
 (0)