microsoft/Terminal

hard to view the top right icons when Mica is enabled

Open

#15.434 geöffnet am 25. Mai 2023

Auf GitHub ansehen
 (5 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C++ (3.212 Forks)batch import
Area-ThemingHelp WantedIssue-BugProduct-Terminal

Repository-Metriken

Stars
 (35.764 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide