[PR #14536] Use a dark titlebar when we've requested dark theme #30143

Closed
opened 2026-01-31 09:38:52 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/14536

State: closed
Merged: Yes


This applies to "showTabsInTitlebar": false,. We literally never set that for the IslandWindow before, only ever the NCIW.

Closes #11589

update-titlebar-for-theme

For a dramatic example - here's the IW with mica enabled, in dark mode:

image

Theme json:

        {
            "name": "chonk",
            "tab":
            {
                "background": "#00000000",
                "unfocusedBackground": "#00000000",
                "showCloseButton": "never"
            },
            "tabRow":
            {
                "background": "#00000000",
                "unfocusedBackground": "#00000000",
            },
            "window":
            {
                "applicationTheme": "dark",
                "useMica": true
            }
        },
**Original Pull Request:** https://github.com/microsoft/terminal/pull/14536 **State:** closed **Merged:** Yes --- This applies to `"showTabsInTitlebar": false,`. We literally never set that for the `IslandWindow` before, only ever the NCIW. Closes #11589 ![update-titlebar-for-theme](https://user-images.githubusercontent.com/18356694/207109370-a63a8b19-4c42-4b1f-8d39-8c3abdf1b403.gif) For a dramatic example - here's the IW with mica enabled, in dark mode: ![image](https://user-images.githubusercontent.com/18356694/207109465-a6165637-31a5-45a4-bff0-51ac79404cd6.png) Theme json: ```json { "name": "chonk", "tab": { "background": "#00000000", "unfocusedBackground": "#00000000", "showCloseButton": "never" }, "tabRow": { "background": "#00000000", "unfocusedBackground": "#00000000", }, "window": { "applicationTheme": "dark", "useMica": true } }, ```
claunia added the pull-request label 2026-01-31 09:38:52 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30143