unfocusedAppearance not working as expected. #13456

Open
opened 2026-01-31 03:43:14 +00:00 by claunia · 0 comments
Owner

Originally created by @pnunn on GitHub (Apr 15, 2021).

Windows Terminal version (or Windows build number)

Version: 1.8.1032.0

Other Software

No response

Steps to reproduce

This profile`setting.

{
                "acrylicOpacity": 0.96999999999999997,
                "antialiasingMode": "cleartype",
                "bellStyle": "visual",
                "colorScheme": "Tango Dark",
                "cursorShape": "vintage",
                "experimental.retroTerminalEffect": false,
                "fontFace": "FiraCode NF Retina",
                "fontWeight": "normal",
                "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
                "hidden": false,
                "name": "Ubuntu-18.04",
                "source": "Windows.Terminal.Wsl",
                "useAcrylic": true,
                "unfocusedAppearance": {
                    "acrylicOpacity": 0.1,
                    "useAcrylic": true,
                    "backgroundImageOpacity": 0.2,
                    "colorScheme": "Tango Light",
                    "backgroundImage": "C:\\Users\\pjn_o\\Documents\\MarketDispatch\\Market Dispatch LOGO.jpg",
                    "backgroundImageStretchMode": "uniform"
                }
            },

Expected Behavior

A terminal looking something like this unfocused (this is the focused settings)

Screenshot 2021-04-15 162900

Actual Behavior

The background goes white instead of dark... the other bits seem to work though.

Screenshot 2021-04-15 163003
Originally created by @pnunn on GitHub (Apr 15, 2021). ### Windows Terminal version (or Windows build number) Version: 1.8.1032.0 ### Other Software _No response_ ### Steps to reproduce This profile`setting. ```json { "acrylicOpacity": 0.96999999999999997, "antialiasingMode": "cleartype", "bellStyle": "visual", "colorScheme": "Tango Dark", "cursorShape": "vintage", "experimental.retroTerminalEffect": false, "fontFace": "FiraCode NF Retina", "fontWeight": "normal", "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}", "hidden": false, "name": "Ubuntu-18.04", "source": "Windows.Terminal.Wsl", "useAcrylic": true, "unfocusedAppearance": { "acrylicOpacity": 0.1, "useAcrylic": true, "backgroundImageOpacity": 0.2, "colorScheme": "Tango Light", "backgroundImage": "C:\\Users\\pjn_o\\Documents\\MarketDispatch\\Market Dispatch LOGO.jpg", "backgroundImageStretchMode": "uniform" } }, ``` ### Expected Behavior A terminal looking something like this unfocused (this is the focused settings) <img width="714" alt="Screenshot 2021-04-15 162900" src="https://user-images.githubusercontent.com/1034315/114824264-feb27500-9e07-11eb-93a3-1404a813372c.png"> ### Actual Behavior The background goes white instead of dark... the other bits seem to work though. <img width="718" alt="Screenshot 2021-04-15 163003" src="https://user-images.githubusercontent.com/1034315/114824162-d9256b80-9e07-11eb-9d28-f3979694bb2d.png">
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13456