macvim-dev / macvim-dev/macvim
text area transparency and titlebar transparency don't mix well
还没有人认领这个 Issue。
- 主要语言
- Vim Script
- 星标
- 7.9k
- 派生
- 691
- PR 合并指标
- 30 天内没有已合并 PR
描述
Issue
The new MMTitlebarAppearsTransparent setting doesn't mix well with the set transparency=<non-zero> setting
MMTitlebarAppearsTransparent=false with set transparency=0

MMTitlebarAppearsTransparent=false with set transparency=<non-zero>

MMTitlebarAppearsTransparent=true with set transparency=0

MMTitlebarAppearsTransparent=true with set transparency=<non-zero>

Additionally, the solution should also work well with the blurradius setting, so the titlebar and window body appear seamless.
To Reproduce
Set MMTitlebarAppearsTransparent as on and transparency to be non-zero.
Expected behavior
The titlebar follows the existing behaviour and appearance of the window body with regard to the transparency and blurradius settings.
Environment (please complete the following information):
- Vim version 8.2.1456
- Macvim version 8.2.1456 (165)
- OS: macOS 10.15.6
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先在 macOS 上复现 issue 中描述的 MMTitlebarAppearsTransparent 和 transparency 的四种组合,然后将 blurradius 设置纳入比较。完成的标准是,在每种相关组合中,titlebar 都与窗口主体的透明度和模糊行为一致,并且看起来浑然一体。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- macos, vim
- 领域
- desktop
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100