[PR #743] [CLOSED] Add non-acrylic opacity #24284

Open
opened 2026-01-31 09:02:24 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/743
Author: @eternalphane
Created: 5/13/2019
Status: Closed

Base: masterHead: add-nonacrylic-opacity


📝 Commits (1)

📊 Changes

12 files changed (+106 additions, -2 deletions)

View changed files

📝 src/cascadia/TerminalApp/App.cpp (+24 -1)
📝 src/cascadia/TerminalApp/App.h (+3 -1)
📝 src/cascadia/TerminalApp/App.idl (+4 -0)
📝 src/cascadia/TerminalApp/Profile.cpp (+19 -0)
📝 src/cascadia/TerminalApp/Profile.h (+4 -0)
📝 src/cascadia/TerminalSettings/IControlSettings.idl (+1 -0)
📝 src/cascadia/TerminalSettings/TerminalSettings.cpp (+11 -0)
📝 src/cascadia/TerminalSettings/terminalsettings.h (+3 -0)
📝 src/cascadia/WindowsTerminal/AppHost.cpp (+14 -0)
📝 src/cascadia/WindowsTerminal/AppHost.h (+1 -0)
📝 src/cascadia/WindowsTerminal/BaseWindow.h (+20 -0)
📝 src/cascadia/WindowsTerminal/IslandWindow.cpp (+2 -0)

📄 Description

fix #603

Can't find a simple way to make the tab content area translucent. Ended up using layered window.

Added an option opacity controlling the opacity of the layered window. Preserved the option acrylicOpacity.

TODO:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/743 **Author:** [@eternalphane](https://github.com/eternalphane) **Created:** 5/13/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-nonacrylic-opacity` --- ### 📝 Commits (1) - [`3c272b6`](https://github.com/microsoft/terminal/commit/3c272b69e03eaadf67d9107496c32a496ce01b10) add non-acrylic opacity ### 📊 Changes **12 files changed** (+106 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/App.cpp` (+24 -1) 📝 `src/cascadia/TerminalApp/App.h` (+3 -1) 📝 `src/cascadia/TerminalApp/App.idl` (+4 -0) 📝 `src/cascadia/TerminalApp/Profile.cpp` (+19 -0) 📝 `src/cascadia/TerminalApp/Profile.h` (+4 -0) 📝 `src/cascadia/TerminalSettings/IControlSettings.idl` (+1 -0) 📝 `src/cascadia/TerminalSettings/TerminalSettings.cpp` (+11 -0) 📝 `src/cascadia/TerminalSettings/terminalsettings.h` (+3 -0) 📝 `src/cascadia/WindowsTerminal/AppHost.cpp` (+14 -0) 📝 `src/cascadia/WindowsTerminal/AppHost.h` (+1 -0) 📝 `src/cascadia/WindowsTerminal/BaseWindow.h` (+20 -0) 📝 `src/cascadia/WindowsTerminal/IslandWindow.cpp` (+2 -0) </details> ### 📄 Description fix #603 Can't find a simple way to make the tab content area translucent. Ended up using layered window. Added an option `opacity` controlling the opacity of the layered window. Preserved the option `acrylicOpacity`. TODO: - [ ] remove option `acrylicOpacity`, as mentioned in https://github.com/microsoft/Terminal/issues/593#issuecomment-491072359. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:02:24 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24284