my windows title bar is acrylic but the buttons arent #23725

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

Originally created by @snigglaberry on GitHub (Oct 17, 2025).

Windows Terminal version

1.23.12811.0

Windows build number

10.0.22621.4317

Other Software

No response

Steps to reproduce

basically when i enable acrylic tab row thing the title bar is acrylic but the + and V buttons arent,it just pisses me off

BTW I USE TINY11(which doesnt change the windows terminal stuff)

Expected Behavior

i expect them to be semi transparent just like the rest of the ui

Image

Actual Behavior

they arent transparent and are just grey

Image
Originally created by @snigglaberry on GitHub (Oct 17, 2025). ### Windows Terminal version 1.23.12811.0 ### Windows build number 10.0.22621.4317 ### Other Software _No response_ ### Steps to reproduce basically when i enable acrylic tab row thing the title bar is acrylic but the + and V buttons arent,it just pisses me off BTW I USE TINY11(which doesnt change the windows terminal stuff) ### Expected Behavior i expect them to be semi transparent just like the rest of the ui <img width="908" height="268" alt="Image" src="https://github.com/user-attachments/assets/798da277-7989-4c4b-817a-bb824c1313ed" /> ### Actual Behavior they arent transparent and are just grey <img width="1037" height="597" alt="Image" src="https://github.com/user-attachments/assets/9fa57ebf-672e-4302-8c8e-e9433051fe47" />
claunia added the Needs-TriageIssue-Bug labels 2026-01-31 08:50:32 +00:00
Author
Owner

@snigglaberry commented on GitHub (Oct 17, 2025):

here is my settings.json
{ "$help": "https://aka.ms/terminal-documentation", "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [], "alwaysShowNotificationIcon": true, "copyFormatting": "none", "copyOnSelect": false, "defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "keybindings": [ { "id": "Terminal.CopyToClipboard", "keys": "ctrl+c" }, { "id": "Terminal.PasteFromClipboard", "keys": "ctrl+v" }, { "id": "Terminal.FindText", "keys": "ctrl+shift+f" }, { "id": "Terminal.DuplicatePaneAuto", "keys": "alt+shift+d" } ], "newTabMenu": [ { "type": "remainingProfiles" } ], "profiles": { "defaults": { "background": "#000000", "opacity": 40, "useAcrylic": true }, "list": [ { "colorScheme": "One Half Dark", "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "hidden": false, "name": "Windows PowerShell" }, { "colorScheme": "One Half Dark", "commandline": "%SystemRoot%\\System32\\cmd.exe", "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "hidden": false, "name": "Command Prompt" }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": false, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure" }, { "colorScheme": "One Half Dark", "guid": "{51855cb2-8cce-5362-8f54-464b92b32386}", "hidden": false, "name": "Ubuntu", "source": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc" }, { "colorScheme": "One Half Dark", "guid": "{ac7dde42-3b6b-5d4d-ab46-d58d547f9782}", "hidden": false, "icon": "C:\\Users\\chez\\LINUXDATA\\ARCHLOGO.png", "name": "Arch", "source": "Microsoft.WSL", "tabTitle": "Arch linux" } ] }, "schemes": [], "showTabsFullscreen": false, "theme": "legacyDark", "themes": [], "useAcrylicInTabRow": true }

@snigglaberry commented on GitHub (Oct 17, 2025): here is my **settings.json** `{ "$help": "https://aka.ms/terminal-documentation", "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [], "alwaysShowNotificationIcon": true, "copyFormatting": "none", "copyOnSelect": false, "defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "keybindings": [ { "id": "Terminal.CopyToClipboard", "keys": "ctrl+c" }, { "id": "Terminal.PasteFromClipboard", "keys": "ctrl+v" }, { "id": "Terminal.FindText", "keys": "ctrl+shift+f" }, { "id": "Terminal.DuplicatePaneAuto", "keys": "alt+shift+d" } ], "newTabMenu": [ { "type": "remainingProfiles" } ], "profiles": { "defaults": { "background": "#000000", "opacity": 40, "useAcrylic": true }, "list": [ { "colorScheme": "One Half Dark", "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "hidden": false, "name": "Windows PowerShell" }, { "colorScheme": "One Half Dark", "commandline": "%SystemRoot%\\System32\\cmd.exe", "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "hidden": false, "name": "Command Prompt" }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": false, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure" }, { "colorScheme": "One Half Dark", "guid": "{51855cb2-8cce-5362-8f54-464b92b32386}", "hidden": false, "name": "Ubuntu", "source": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc" }, { "colorScheme": "One Half Dark", "guid": "{ac7dde42-3b6b-5d4d-ab46-d58d547f9782}", "hidden": false, "icon": "C:\\Users\\chez\\LINUXDATA\\ARCHLOGO.png", "name": "Arch", "source": "Microsoft.WSL", "tabTitle": "Arch linux" } ] }, "schemes": [], "showTabsFullscreen": false, "theme": "legacyDark", "themes": [], "useAcrylicInTabRow": true }`
Author
Owner

@ATOMworkplace commented on GitHub (Oct 18, 2025):

It might be intentional to help distinguish the title bar. Could a maintainer please confirm if this is indeed an issue?

@ATOMworkplace commented on GitHub (Oct 18, 2025): It might be intentional to help distinguish the title bar. Could a maintainer please confirm if this is indeed an issue?
Author
Owner

@DHowett commented on GitHub (Oct 22, 2025):

Right now this is by design, I'm sorry. It's covered in #3327 as a potential avenue for future exploration.

@DHowett commented on GitHub (Oct 22, 2025): Right now this is by design, I'm sorry. It's covered in #3327 as a potential avenue for future exploration.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#23725