microsoft/Terminal

hard to view the top right icons when Mica is enabled

Open

#15,434 opened on 2023年5月25日

GitHub で見る
 (5 comments) (1 reaction) (0 assignees)C++ (3,212 forks)batch import
Area-ThemingHelp WantedIssue-BugProduct-Terminal

Repository metrics

Stars
 (35,764 stars)
PR merge metrics
 (平均マージ 27d 19h) (30d で 24 merged PRs)

説明

Windows Terminal version

1.17.11391

Windows build number

10.0.22621.1778

Other Software

No response

Steps to reproduce

Create a custom theme and enable Mica:

        {
            "name": "Mica",
            "tab": 
            {
                "background": null,
                "showCloseButton": "always",
                "unfocusedBackground": null
            },
            "tabRow": 
            {
                "background": "#00000000",
                "unfocusedBackground": null
            },
            "window": 
            {
                "applicationTheme": "system",
                "useMica": true
            }
        }

Expected Behavior

No response

Actual Behavior

image

コントリビューターガイド