FTLOG Don't use light gray on a white background
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức phù hợp với người mới
- 45/100
- Loại issue
- Lỗi
- Độ rõ ràng
- Khá rõ ràng
- Mức độ hoạt động
- Đình trệ
- Công nghệ
- powershell
- Lĩnh vực
- tooling
Hướng nghiên cứu
Start by examining how the PowerShell ISE theme maps the keyword.operator scope and compare it with the reported editor.tokenColorCustomizations workaround. Use the provided PowerShell sample to check the contrast of -, =, !, $, and @; done means these syntax elements are readable on the white background without custom user settings.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
Environment
- VS Code 1.41.1
- Your primary theme: "PowerShell ISE"
Issue Description
Insufficient contrast between = ! - , and the background, and exacerbated when the use has render white space on.
Screenshots

Notice the last line has a misplaced - sign which is very hard to see. Params is rendered here as the name of a variable which will be splatted, but -@params is treated as a string literal to be passed as a parameter value .
In the ISE the - sign changes the rendering

Supplementary In the ISE, the $ and @ are rendered in the same colour as the variable name.
Expected Behavior
I am now working around this by adding the following to my vs code settings
"editor.tokenColorCustomizations": {
"[PowerShell ISE]": {"textMateRules": [
{
"scope": "keyword.operator",
"settings": {
"foreground": "#000000",
}
}
]}
},

Code Samples
$Params.Uri = "$repoUri/annotatedtags?api-version=5.1-preview"
$Params['Body'] = [ordered]@{
name = $Name
taggedObject = @{objectId = $env:BUILD_SOURCEVERSION}
message = $Message } | ConvertTo-Json -Depth 2
Invoke-RestMethod -@Params -ContentType 'application/json' -Method Post | Format-List
Suggestion
Maintain a difference of at least 127 (50%) between the background and syntax elements. The rgb values for these elements are A9A9A9 (169 decimal), which is the 2/3 point rather than the 50%
Consider using smaller even differentials between rendered white space/control characters and the back ground or
- Ngôn ngữ chính
- PowerShell
- Star
- 151
- Fork
- 55
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
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.
Issue khác của PowerShell/EditorSyntax
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 55/100
PowerShell/EditorSyntax#224 · 2 bình luận ·
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 48/100
PowerShell/EditorSyntax#222 · 2 bình luận ·
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 55/100
PowerShell/EditorSyntax#221 · 2 bình luận ·
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 45/100
PowerShell/EditorSyntax#220 · 2 bình luận · 1 reaction ·
-
Issue-Bug
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 48/100
PowerShell/EditorSyntax#219 · 2 bình luận ·
Tất cả issue của PowerShell/EditorSyntax
Issue tương tự
-
스택 PR 머지 시 하위 PR base 재지정 단계 부재 Đang mở
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 78/100
idean3885/claude-ops-agent#521 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
0xMiden/bridge-portal#132 ·
-
bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 84/100
newrelic-experimental/preflight#793 · 1 bình luận ·
-
enhancement
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
babalae/bettergi-scripts-list#3674 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 88/100
caddyserver/caddy#8046 ·