Improvement: Match the Terminal frame and Tab color scheme to Edge #9732

Closed
opened 2026-01-31 02:02:31 +00:00 by claunia · 1 comment
Owner

Originally created by @bonzibudd on GitHub (Jul 22, 2020).

Description of the new feature/enhancement

-This enhancement would match the color scheme to the Chromium version of Edge, it would improve consistency between apps

-The app wouldn't be used differently, but it would look nicer and follow the fluent design language more closely. The current implementation has the tabs too dark and the background too light.

Complete description

-I would like the color scheme for the Tab bar and frame of Windows Terminal to match Microsoft Edge in the light and dark theme. Additionally, the bottom corners of the tabs should be curved like Edge, and not be at a solid 90 degree angle as it is right now.

Originally created by @bonzibudd on GitHub (Jul 22, 2020). # Description of the new feature/enhancement -This enhancement would match the color scheme to the Chromium version of Edge, it would improve consistency between apps -The app wouldn't be used differently, but it would look nicer and follow the fluent design language more closely. The current implementation has the tabs too dark and the background too light. # Complete description -I would like the color scheme for the Tab bar and frame of Windows Terminal to match Microsoft Edge in the light and dark theme. Additionally, the bottom corners of the tabs should be curved like Edge, and not be at a solid 90 degree angle as it is right now.
claunia added the Issue-FeatureNeeds-TriageArea-SettingsProduct-Terminal labels 2026-01-31 02:02:31 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Jul 22, 2020):

This might be a neat idea for a default theme once #3327 lands, but I don't think we're about to change the default colors before that. I could imagine a default theme with

        {
            "name": "Edge",
            "window.applicationTheme": "system",
            "tab.background": "#whatever-color-edge-is",
            "tabRow.background": "accent",
        },

would get the same effect.

I've linked this up to the spec in review over at #5772, and I'm gonna close this out in favor of that feature. Thanks!

@zadjii-msft commented on GitHub (Jul 22, 2020): This might be a neat idea for a default theme once #3327 lands, but I don't think we're about to change the default colors before that. I could imagine a default theme with ```jsonc { "name": "Edge", "window.applicationTheme": "system", "tab.background": "#whatever-color-edge-is", "tabRow.background": "accent", }, ``` would get the same effect. I've linked this up to the spec in review over at #5772, and I'm gonna close this out in favor of that feature. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9732