hc theme - use contrastBorder to separate from title

This commit is contained in:
Benjamin Pasero 2018-03-28 15:50:39 +02:00
parent 128e1feca0
commit e754b2f544

View file

@ -361,7 +361,7 @@ export const TITLE_BAR_INACTIVE_BACKGROUND = registerColor('titleBar.inactiveBac
export const TITLE_BAR_BORDER = registerColor('titleBar.border', {
dark: null,
light: null,
hc: null
hc: contrastBorder
}, nls.localize('titleBarBorder', "Title bar border color. Note that this color is currently only supported on macOS."));
// < --- Notifications --- >