When 'useAcrylicInTabRow' is true, 'tabRow' key is ignored #23850

Closed
opened 2026-01-31 08:54:18 +00:00 by claunia · 1 comment
Owner

Originally created by @AdrianoCahete on GitHub (Dec 2, 2025).

Windows Terminal version

v 1.24.2812.0 (Preview)

Windows build number

10.0.26200.0

Other Software

PowerShell 7.6.0-preview.5

Steps to reproduce

I don't know if it is as design, is a bug or if it's a documentation problem, but when a theme sets useAcrylicInTabRow as true, the Terminal ignores everything on tabRow key.

As example:

"themes": 
    [
        {
            "name": "Dark+",
            "tab": 
            {
                "background": "#BF47FFFF",
                "iconStyle": "default",
                "showCloseButton": "never",
                "unfocusedBackground": "#D0FF00FF"
            },
            "tabRow": 
            {
                "background": "#47FF6C80",
                "unfocusedBackground": "#FF0000FF"
            },
            "window": 
            {
                "applicationTheme": "dark",
                "experimental.rainbowFrame": false,
                "frame": null,
                "unfocusedFrame": null,
                "useMica": false
            }
        }
    ],
    "trimBlockSelection": true,
    "windowingBehavior": "useAnyExisting"
    "useAcrylicInTabRow": false,
}

With "useAcrylicInTabRow": false,:

Image

With "useAcrylicInTabRow": true,:

Image

Docs:


Set anything on tabRow keys:

"tabRow": 
  {
    "background": "#47FF6C80",
    "unfocusedBackground": "#FF000080"
   },

And toggle the true/false on useAcrylicInTabRow.

Expected Behavior

To be honest, I don't know. I think that will be awesome if the tabRow just get the tint, blur and mix with the background, but really don't know how hard it's to do that or even if it's possible.

There's a way to make windows to get my colors and blur the background?

Either way, I think that documentation needs to tell that. Took me a while to test when I'm making my theme (with fewer toy color's)

Actual Behavior

Windows just ignore settings on tabRow

Originally created by @AdrianoCahete on GitHub (Dec 2, 2025). ### Windows Terminal version v 1.24.2812.0 (Preview) ### Windows build number 10.0.26200.0 ### Other Software PowerShell 7.6.0-preview.5 ### Steps to reproduce I don't know if it is as design, is a bug or if it's a documentation problem, but when a theme sets `useAcrylicInTabRow` as true, the Terminal ignores everything on `tabRow` key. As example: ``` "themes": [ { "name": "Dark+", "tab": { "background": "#BF47FFFF", "iconStyle": "default", "showCloseButton": "never", "unfocusedBackground": "#D0FF00FF" }, "tabRow": { "background": "#47FF6C80", "unfocusedBackground": "#FF0000FF" }, "window": { "applicationTheme": "dark", "experimental.rainbowFrame": false, "frame": null, "unfocusedFrame": null, "useMica": false } } ], "trimBlockSelection": true, "windowingBehavior": "useAnyExisting" "useAcrylicInTabRow": false, } ``` With ` "useAcrylicInTabRow": false,`: <img width="1125" height="45" alt="Image" src="https://github.com/user-attachments/assets/3d1d6da0-bbf7-42d5-9c4e-6d9953a0d43c" /> With ` "useAcrylicInTabRow": true,`: <img width="1114" height="46" alt="Image" src="https://github.com/user-attachments/assets/f34811f6-52e2-47a2-af03-12d86cabbed8" /> Docs: - [appearance#show-acrylic-in-tab-row](https://learn.microsoft.com/en-us/windows/terminal/customize-settings/appearance#show-acrylic-in-tab-row) - [themes#tab-row](https://learn.microsoft.com/en-us/windows/terminal/customize-settings/themes#tab-row) --- Set anything on `tabRow` keys: ``` "tabRow": { "background": "#47FF6C80", "unfocusedBackground": "#FF000080" }, ``` And toggle the true/false on `useAcrylicInTabRow`. ### Expected Behavior To be honest, I don't know. I think that will be awesome if the `tabRow` just get the tint, blur and mix with the background, but really don't know how hard it's to do that or even if it's possible. There's a way to make windows to get my colors and blur the background? Either way, I think that documentation needs to tell that. Took me a while to test when I'm making my theme (with fewer toy color's) ### Actual Behavior Windows just ignore settings on tabRow
Author
Owner

@DHowett commented on GitHub (Dec 3, 2025):

Oh yeah, we should fix that. I think you're right in that it should be a tint. Great catch!

On our long-term horizon is deprecating useAcrylicInTabRow and making it a theme setting, too.

@DHowett commented on GitHub (Dec 3, 2025): Oh yeah, we should fix that. I think you're right in that it should be a tint. Great catch! On our long-term horizon is deprecating `useAcrylicInTabRow` and making it a theme setting, too.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#23850