microsoft / microsoft/vscode-pull-request-github
Add theme color customization for idle sashes
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 2.6k
- 派生
- 795
- 平均合并
- 1 天 4 小时
- 30 天内合并 PR
- 46
描述
Description
With the introduction of "workbench.experimental.modernUI": true, the split/resize sashes are significantly more prominent in the UI.
Currently, there is no theme color token in workbench.colorCustomizations to modify the background color of sashes when they are in an idle (non-hovered) state.
The API only exposes sash.hoverBorder to color sashes during mouse hover or active dragging. In an idle state, sashes either rely on default container borders or remain hard-coded/unstyled, leaving no mechanism to customize the static background color of the sash handles.
Proposed Solution
Introduce a new color token such as sash.backgroundColor (or equivalent) to the color theme schema to allow customizing the default idle appearance of sashes across the workbench.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
评估
这个 Issue 还没有评估数据。