microsoft/Terminal

hard to view the top right icons when Mica is enabled

Open

#15,434 建立於 2023年5月25日

在 GitHub 查看
 (5 留言) (1 反應) (0 負責人)C++ (3,212 fork)batch import
Area-ThemingHelp WantedIssue-BugProduct-Terminal

倉庫指標

Star
 (35,764 star)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

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

貢獻者指南