fix: add accent color to hovered resize borders
This commit is contained in:
parent
8c246d4fc7
commit
43c2ba65f0
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
|
|||
'panel.border': `${theme.scheme.contrastBorder}60`,
|
||||
'panel.background': theme.scheme.backgroundAlt,
|
||||
'panel.dropBackground': theme.scheme.foreground,
|
||||
'sash.hoverBorder': `${theme.scheme.defaultAccent}50`,
|
||||
/**
|
||||
* Window panels elements style
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue