microsoft / microsoft/vscode-pull-request-github
Add theme color customization for idle sashes
Chưa có ai nhận issue này.
- Ngôn ngữ chính
- TypeScript
- Star
- 2.6k
- Fork
- 796
- Merge trung bình
- 1 ngày 4 giờ
- Pull request đã merge (30 ngày)
- 46
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.