mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 11:35:48 +00:00
**Summary:** - Add tint overlay to dim terminal windows when inactive, fixes https://github.com/ghostty-org/ghostty/discussions/10040 - Refactor the liquid glass effect into a dedicated `TerminalGlassView` class Note: The tint overlay color and opacity values may not be ideal — feedback is welcome. **AI Disclosure:** I used Claude Code to read the macos repo and understand the liquid glass implementation. Implemented basic tint overlay mainly by hand. Refactor the code and review changes with Claude Code.