Skip to content

Commit

Permalink
fix: add accent color to hovered resize borders
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Aug 27, 2023
1 parent 8c246d4 commit 43c2ba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generator/color-set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 43c2ba6

Please sign in to comment.