terminal: Acrylic background does not work
Environment
Windows build number: Microsoft Windows [version 10.0.18363.815]
Windows Terminal version (if applicable): 0.11.1191.0
Any other software?
Steps to reproduce
Just open the terminal
Expected behavior
The window should have an acrylic background. I already set "useAcrylic": true in settings.json, as shown below:
// 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": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"initialRows": 30,
"initialCols": 120,
"alwaysShowTabs": true,
"showTerminalTitleInTitlebar": true,
"experimental_showTabsInTitlebar": true,
"confirmCloseAllTabs": false,
"profiles": {
"defaults": {
// Put settings here that you want to apply to all profiles
"historySize": 9001,
"snapOnInput": true,
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Source Code Pro",
"fontSize": 12,
"useAcrylic": true,
"acrylicOpacity": 0.75,
"closeOnExit": true,
"padding": "8, 8, 8, 8",
"startingDirectory": "."
},
"list": [
{
// Make changes here to the cmd.exe profile
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"hidden": false,
"colorScheme": "Campbell"
},
{
// Make changes here to the powershell.exe profile
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false,
"colorScheme": "Solarized Dark"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl",
"colorScheme": "UbuntuLegit",
"startingDirectory": "%USERPROFILE%"
},
{
"guid": "{9686caab-6b01-46c8-9091-35b3ea8e410c}",
"hidden": false,
"name": "Jupyter Notebook",
"commandline": "jupyter notebook",
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
// Add custom color schemes to this array
"schemes": [
{
"name": "Campbell",
"foreground": "#F2F2F2",
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#C50F1F",
"brightBlack": "#13A10E",
"brightBlue": "#C19C00",
"brightCyan": "#0037DA",
"brightGreen": "#881798",
"brightPurple": "#3A96DD",
"brightRed": "#CCCCCC",
"brightWhite": "#767676",
"brightYellow": "#E74856",
"cyan": "#16C60C",
"green": "#F9F1A5",
"purple": "#3B78FF",
"red": "#B4009E",
"white": "#61D6D6",
"yellow": "#F2F2F2"
},
{
"name": "Solarized Dark",
"foreground": "#FDF6E3",
"background": "#073642",
"black": "#073642",
"blue": "#D30102",
"brightBlack": "#859900",
"brightBlue": "#B58900",
"brightCyan": "#268BD2",
"brightGreen": "#D33682",
"brightPurple": "#2AA198",
"brightRed": "#EEE8D5",
"brightWhite": "#002B36",
"brightYellow": "#CB4B16",
"cyan": "#586E75",
"green": "#657B83",
"purple": "#839496",
"red": "#6C71C4",
"white": "#93A1A1",
"yellow": "#FDF6E3"
},
{
"name": "Solarized Light",
"foreground": "#073642",
"background": "#FDF6E3",
"black": "#073642",
"blue": "#D30102",
"brightBlack": "#859900",
"brightBlue": "#B58900",
"brightCyan": "#268BD2",
"brightGreen": "#D33682",
"brightPurple": "#2AA198",
"brightRed": "#EEE8D5",
"brightWhite": "#002B36",
"brightYellow": "#CB4B16",
"cyan": "#586E75",
"green": "#657B83",
"purple": "#839496",
"red": "#6C71C4",
"white": "#93A1A1",
"yellow": "#FDF6E3"
},
{
"name": "Ubuntu",
"foreground": "#EEEEEC",
"background": "#2C001E",
"black": "#EEEEEC",
"blue": "#16C60C",
"brightBlack": "#729FCF",
"brightBlue": "#B58900",
"brightCyan": "#268BD2",
"brightGreen": "#D33682",
"brightPurple": "#2AA198",
"brightRed": "#EEE8D5",
"brightWhite": "#002B36",
"brightYellow": "#CB4B16",
"cyan": "#586E75",
"green": "#657B83",
"purple": "#839496",
"red": "#6C71C4",
"white": "#93A1A1",
"yellow": "#FDF6E3"
},
{
"name": "UbuntuLegit",
"foreground": "#EEEEEE",
"background": "#2C001E",
"black": "#4E9A06",
"blue": "#CC0000",
"brightBlack": "#729FCF",
"brightBlue": "#C4A000",
"brightCyan": "#3465A4",
"brightGreen": "#75507B",
"brightPurple": "#06989A",
"brightRed": "#D3D7CF",
"brightWhite": "#555753",
"brightYellow": "#EF2929",
"cyan": "#8AE234",
"green": "#FCE94F",
"purple": "#729FCF",
"red": "#AD7FA8",
"white": "#34E2E2",
"yellow": "#EEEEEE"
}
],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": []
}
Actual behavior
The window has a black plain background

About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 19 (5 by maintainers)
@easypickings what about the following setting?
Or by any chance, are you using remote desktop or something similar to connect to the machine?
There are lots of things that control whether acrylic is enabled or not - one of the more subtle ones is acrylic will often get disabled by the OS when the PC is in power saver mode, or is on battery. I forget the exact details of how that works. @easypickings could you check if the acrylic is going away when you’re on battery (or low battery)?
This is a source that might shed some light
@zadjii-msft Transparency effects are on. Not using remote desktop.
Same issue.
I happened to solve this problem by edit the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AdvancedUseOLEDTaskbar Transparencyand set value to1Hope it could help 😃
I’ve been using PC with power plugged in and the PC is not in power saver mode. However the acrylic just doesn’t work.