Opacity Problem #4456

Closed
opened 2026-01-30 23:48:11 +00:00 by claunia · 1 comment
Owner

Originally created by @Goatmaster on GitHub (Oct 14, 2019).

Hello,

since the last update I have a problem with the opacity of the terminal window.
The opacity is not displayed anymore.

Here is my profiles.json file.


// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation

{
    "$schema": "https://aka.ms/terminal-profiles-schema",

    "defaultProfile": "{xxxx-xxxx-xxxx-xxxx-xxxxxx}",

    "profiles":
    [
        {
            // Make changes here to the powershell.exe profile
            "guid": "{xxxx-xxxx-xxxx-xxxx-xxxxxx}",
            "name": "Windows PowerShell",
            "commandline": "powershell.exe",
            "hidden": false
        },
        {
            // Make changes here to the cmd.exe profile
            "guid": "{xxxx-xxxx-xxxx-xxxx-xxxxxx}",
            "acrylicOpacity": 0.5,
            "fontFace": "Cascadia Code",
            "name": "cmd",
            "commandline": "cmd.exe",
            "hidden": false
        },
        {
            "guid": "{xxxx-xxxx-xxxx-xxxx-xxxxxx}",
            "hidden": false,
            "name": "Azure Cloud Shell",
            "source": "Windows.Terminal.Azure"
        }
    ],

    // Add custom color schemes to this array
    "schemes": [],

    // Add any keybinding overrides to this array.
    // To unbind a default keybinding, set the command to "unbound"
    "keybindings":
    [
        {
            "command": "copy",
            "keys":
            [
                "ctrl+c"
            ]

        }
    ]
}

Originally created by @Goatmaster on GitHub (Oct 14, 2019). Hello, since the last update I have a problem with the opacity of the terminal window. The opacity is not displayed anymore. Here is my profiles.json file. ``` // To view the default settings, hold "alt" while clicking on the "Settings" button. // For documentation on these settings, see: https://aka.ms/terminal-documentation { "$schema": "https://aka.ms/terminal-profiles-schema", "defaultProfile": "{xxxx-xxxx-xxxx-xxxx-xxxxxx}", "profiles": [ { // Make changes here to the powershell.exe profile "guid": "{xxxx-xxxx-xxxx-xxxx-xxxxxx}", "name": "Windows PowerShell", "commandline": "powershell.exe", "hidden": false }, { // Make changes here to the cmd.exe profile "guid": "{xxxx-xxxx-xxxx-xxxx-xxxxxx}", "acrylicOpacity": 0.5, "fontFace": "Cascadia Code", "name": "cmd", "commandline": "cmd.exe", "hidden": false }, { "guid": "{xxxx-xxxx-xxxx-xxxx-xxxxxx}", "hidden": false, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure" } ], // Add custom color schemes to this array "schemes": [], // Add any keybinding overrides to this array. // To unbind a default keybinding, set the command to "unbound" "keybindings": [ { "command": "copy", "keys": [ "ctrl+c" ] } ] } ```
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-30 23:48:11 +00:00
Author
Owner

@Goatmaster commented on GitHub (Oct 14, 2019):

fixed it.

added "useAcrylic": true and now it is working.

@Goatmaster commented on GitHub (Oct 14, 2019): fixed it. added _"useAcrylic": true_ and now it is working.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#4456