Make editor dimming a core workbench feature #236576
Labels
feature-request
Request for new features or functionality
workbench-dim-unfocused
Related to the accessibility.dimUnfocused.* feature
Milestone
The dim unfocused feature is currently built using some CSS overrides to accomplish the majority of what users wanted without much work. For example:
vscode/src/vs/workbench/contrib/accessibility/browser/unfocusedViewDimmingContribution.ts
Lines 38 to 62 in 35be9bf
Since this relies upon internal CSS classes it's prone to break though. When this feature went through the test phase there were a collection of problems reported, mostly around certain edge cases not working. I'm merging all those issues into this one to track any further development on the feature if we choose to do so:
The text was updated successfully, but these errors were encountered: