Previewing a scheme with an unfocused appearance set straight up doesn't work #15633

Closed
opened 2026-01-31 04:43:56 +00:00 by claunia · 1 comment
Owner

Originally created by @zadjii-msft on GitHub (Oct 21, 2021).

Came across this working on ragnarok. Repros on main, and likely back to wherever the pair of "scheme previewing" and "unfocused appearance" exist.

Related to #11067, but... different.

  • Use some variety of this profile:
            {
                "background": "#012456",
                "tabColor": "#012456",
                "closeOnExit": "graceful",
                "colorScheme": "Campbell Powershell",
                "unfocusedAppearance": {
                    "colorScheme": "Solarized Light",
                    "opacity": 50,
                    "background": "#222222",
                },
                "font": 
                {
                    "face": "Courier New",
                    "size": 10
                },
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "name": "PowerShell",
                "opacity": 80,
            },
  • Try to select a color scheme with the command palette:

gh-11571

So yea, that's all sorts of weird.

I'm not going to be able to fix that in ragnarok, I just thought we should know.

Originally created by @zadjii-msft on GitHub (Oct 21, 2021). Came across this working on `ragnarok`. Repros on `main`, and likely back to wherever the pair of "scheme previewing" and "unfocused appearance" exist. Related to #11067, but... different. * Use some variety of this profile: ```jsonc { "background": "#012456", "tabColor": "#012456", "closeOnExit": "graceful", "colorScheme": "Campbell Powershell", "unfocusedAppearance": { "colorScheme": "Solarized Light", "opacity": 50, "background": "#222222", }, "font": { "face": "Courier New", "size": 10 }, "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "name": "PowerShell", "opacity": 80, }, ``` * Try to select a color scheme with the command palette: ![gh-11571](https://user-images.githubusercontent.com/18356694/138324480-cbfd4912-69e4-4b2b-8647-5f5a4fe8270d.gif) So yea, that's all sorts of weird. I'm not going to be able to fix that in ragnarok, I just thought we should know.
Author
Owner

@ghost commented on GitHub (Feb 3, 2022):

:tada:This issue was addressed in #11619, which has now been successfully released as Windows Terminal Preview v1.13.10336.0.🎉

Handy links:

@ghost commented on GitHub (Feb 3, 2022): :tada:This issue was addressed in #11619, which has now been successfully released as `Windows Terminal Preview v1.13.10336.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v1.13.10336.0) * [Store Download](https://www.microsoft.com/store/apps/9n8g5rfz9xk3?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#15633