Fix widget shadows

This commit is contained in:
Mattia Astorino 2019-12-26 13:12:01 +01:00
parent d143f180c6
commit 07c1775e10
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65

View file

@ -27,7 +27,7 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
focusBorder: `${theme.scheme.focusBorder}00`,
'editorCursor.foreground': theme.scheme.caret,
'editorRuler.foreground': theme.scheme.guides,
'widget.shadow': `${theme.scheme.background}00`,
'widget.shadow': theme.scheme.shadow,
'scrollbar.shadow': theme.scheme.shadow,
'editorLink.activeForeground': theme.scheme.foreground,
'selection.background': theme.scheme.defaultAccent,