Remove background blurs and update theme colors for quick input and breadcrumb components#298702
Merged
mrleemurray merged 4 commits intomainfrom Mar 2, 2026
Merged
Conversation
…s for improved theme consistency
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the 2026 theme styling to change Quick Input and breadcrumb picker colors, and simplifies several widget styles by removing translucency/blur-based styling so components rely more on theme color tokens.
Changes:
- Adjusts
quickInput.backgroundandbreadcrumbPicker.backgroundfor the light theme. - Adjusts
quickInputList.hoverBackgroundfor the dark theme. - Removes a large set of backdrop-filter/translucent background overrides (and the theme’s
monaco-reduce-transparencyoverrides) from the theme stylesheet.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| extensions/theme-2026/themes/styles.css | Removes blur/translucency styling across multiple widgets and deletes the theme’s reduced-transparency override block. |
| extensions/theme-2026/themes/2026-light.json | Updates Quick Input and breadcrumb picker background tokens for the light theme. |
| extensions/theme-2026/themes/2026-dark.json | Updates the Quick Input list hover background token for the dark theme. |
bpasero
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removing blurred backgrounds from 2026 themes.
Enhance the visual consistency of the application by updating hover and background colors in the quick input and breadcrumb components for both dark and light themes.