-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
Milestone
Description
Refs: #153222
Complexity: 3
The setting window.border was improved during the milestone. Specifically:
- it can be set as workspace setting now, to color per-window differently
- it respects the theme properties
window.activeBorderandwindow.inactiveBorder
***Note: ** setting window.border to default opts-in to the native Windows accent color for title bars, which needs to be enabled:
Test:
- changes to theme properties
window.activeBorderandwindow.inactiveBordernow apply live, you can set a color and the border should appear immediately. changingwindow.borderstill requires a restart due to a pending Electron bug - this works as a workspace setting, meaning you can define different window border colors per workspace
- when configured as
defaultand you have a Windows accent color set in settings for titles, that color should appear only for focused windows - when configured as
default, you can define colors for active vs. inactive window usingworkbench.colorCustomizationsand the propertieswindow.activeBorderandwindow.inactiveBorder, again as global or workspace setting - when configured as
off, no border color appears even if Windows accent color is enabled for titles and even if a theme or setting defines the window border color
Reactions are currently unavailable