the acrylic theme no longer works #22637

Closed
opened 2026-01-31 08:19:12 +00:00 by claunia · 3 comments
Owner

Originally created by @Arthur-91140 on GitHub (Dec 10, 2024).

Windows Terminal version

1.21.3231.0

Windows build number

10.0.26120

Other Software

my terminal confing

{
    "$help": "https://aka.ms/terminal-documentation",
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "actions": 
    [
        {
            "command": 
            {
                "action": "copy",
                "singleLine": false
            },
            "id": "User.copy.644BA8F2",
            "keys": "ctrl+c"
        },
        {
            "command": "paste",
            "id": "User.paste",
            "keys": "ctrl+v"
        },
        {
            "command": "find",
            "id": "User.find",
            "keys": "ctrl+shift+f"
        },
        {
            "command": 
            {
                "action": "splitPane",
                "split": "auto",
                "splitMode": "duplicate"
            },
            "id": "User.splitPane.A6751878",
            "keys": "alt+shift+d"
        }
    ],
    "alwaysShowNotificationIcon": false,
    "copyFormatting": "none",
    "copyOnSelect": false,
    "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "newTabMenu": 
    [
        {
            "type": "remainingProfiles"
        }
    ],
    "profiles": 
    {
        "defaults": 
        {
            "opacity": 60,
            "useAcrylic": false
        },
        "list": 
        [
            {
                "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "hidden": false,
                "name": "Windows PowerShell"
            },
            {
                "commandline": "%SystemRoot%\\System32\\cmd.exe",
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "hidden": false,
                "name": "Invite de commandes"
            },
            {
                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
                "hidden": false,
                "name": "Azure Cloud Shell",
                "source": "Windows.Terminal.Azure"
            },
            {
                "backgroundImage": null,
                "elevate": true,
                "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
                "hidden": false,
                "name": "PowerShell",
                "opacity": 75,
                "source": "Windows.Terminal.PowershellCore",
                "useAcrylic": false
            },
            {
                "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
                "hidden": false,
                "name": "Debian",
                "source": "Windows.Terminal.Wsl"
            },
            {
                "guid": "{51855cb2-8cce-5362-8f54-464b92b32386}",
                "hidden": false,
                "name": "Ubuntu",
                "source": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc"
            }
        ]
    },
    "schemes": [],
    "themes": [],
    "useAcrylicInTabRow": true
}

Steps to reproduce

occurs each time for about ten days

Expected Behavior

I am looking for a correct operation of the acrylic theme with variation of opacities

Actual Behavior

le thème acrylic ne fonctionne pas, le terminal se comporte comme si l'opacité était définie à 0%

Originally created by @Arthur-91140 on GitHub (Dec 10, 2024). ### Windows Terminal version 1.21.3231.0 ### Windows build number 10.0.26120 ### Other Software my terminal confing ```js { "$help": "https://aka.ms/terminal-documentation", "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [ { "command": { "action": "copy", "singleLine": false }, "id": "User.copy.644BA8F2", "keys": "ctrl+c" }, { "command": "paste", "id": "User.paste", "keys": "ctrl+v" }, { "command": "find", "id": "User.find", "keys": "ctrl+shift+f" }, { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "id": "User.splitPane.A6751878", "keys": "alt+shift+d" } ], "alwaysShowNotificationIcon": false, "copyFormatting": "none", "copyOnSelect": false, "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "newTabMenu": [ { "type": "remainingProfiles" } ], "profiles": { "defaults": { "opacity": 60, "useAcrylic": false }, "list": [ { "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "hidden": false, "name": "Windows PowerShell" }, { "commandline": "%SystemRoot%\\System32\\cmd.exe", "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "hidden": false, "name": "Invite de commandes" }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": false, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure" }, { "backgroundImage": null, "elevate": true, "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "hidden": false, "name": "PowerShell", "opacity": 75, "source": "Windows.Terminal.PowershellCore", "useAcrylic": false }, { "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", "hidden": false, "name": "Debian", "source": "Windows.Terminal.Wsl" }, { "guid": "{51855cb2-8cce-5362-8f54-464b92b32386}", "hidden": false, "name": "Ubuntu", "source": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc" } ] }, "schemes": [], "themes": [], "useAcrylicInTabRow": true } ``` ### Steps to reproduce occurs each time for about ten days ### Expected Behavior I am looking for a correct operation of the acrylic theme with variation of opacities ### Actual Behavior le thème acrylic ne fonctionne pas, le terminal se comporte comme si l'opacité était définie à 0%
claunia added the Needs-TriageIssue-BugNeeds-Author-FeedbackNo-Recent-Activity labels 2026-01-31 08:19:12 +00:00
Author
Owner

@Arthur-91140 commented on GitHub (Dec 10, 2024):

if I pass the acrylic theme to true opacity passed 100% all alone

@Arthur-91140 commented on GitHub (Dec 10, 2024): if I pass the acrylic theme to true opacity passed 100% all alone
Author
Owner

@carlos-zamora commented on GitHub (Dec 19, 2024):

Thanks for filing! Hmm, I wasn't able to get it to repro on my machine. Could you try WT Preview or even WT Canary and see if that fixes the issue?

FYI: Most of the team is out for the holidays, so we may not be able to take a closer look at this issue until the new year. It's on our triage queue though so don't worry, it won't get lost 😊

@carlos-zamora commented on GitHub (Dec 19, 2024): Thanks for filing! Hmm, I wasn't able to get it to repro on my machine. Could you try [WT Preview](https://apps.microsoft.com/detail/9N8G5RFZ9XK3?hl=en-us&gl=US&ocid=pdpshare) or even [WT Canary](https://github.com/microsoft/terminal#installing-windows-terminal-canary) and see if that fixes the issue? FYI: Most of the team is out for the holidays, so we may not be able to take a closer look at this issue until the new year. It's on our triage queue though so don't worry, it won't get lost 😊
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (Jan 13, 2025):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@microsoft-github-policy-service[bot] commented on GitHub (Jan 13, 2025): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**. <!-- Policy app identification https://img.shields.io/static/v1?label=PullRequestIssueManagement. -->
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#22637