fix: add accent color to hovered resize borders

This commit is contained in:
Mattia Astorino 2023-08-27 11:21:22 +02:00
parent 8c246d4fc7
commit 43c2ba65f0
No known key found for this signature in database
GPG key ID: D5713A99B7005A59

View file

@ -278,6 +278,7 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
'panel.border': `${theme.scheme.contrastBorder}60`, 'panel.border': `${theme.scheme.contrastBorder}60`,
'panel.background': theme.scheme.backgroundAlt, 'panel.background': theme.scheme.backgroundAlt,
'panel.dropBackground': theme.scheme.foreground, 'panel.dropBackground': theme.scheme.foreground,
'sash.hoverBorder': `${theme.scheme.defaultAccent}50`,
/** /**
* Window panels elements style * Window panels elements style
*/ */