-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Issue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Resolution-DuplicateThere's another issue on the tracker that's pretty much the same thing.There's another issue on the tracker that's pretty much the same thing.
Description
While making the new WT look and feel like Powershell, the selectionBackground property seems affected by an acrylic effect that reduces contrast for accessibility and causes an ugly sensation whit some color schemes. It should be a true/false option that triggers the cmd/powershell mode (full opacity). In that case, a selectionForeground could be added too, in order to address the parity features with conhost.exe.
A technical implementation in profiles.json could be something like this (don´t have enough C++ knowledge for real code):
"profiles":
{
"list":
[
{
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"selectionOpacity": true,
"selectionBackground": "#fedba9",
"selectionForeground": "#ffffff",
"hidden": false
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Resolution-DuplicateThere's another issue on the tracker that's pretty much the same thing.There's another issue on the tracker that's pretty much the same thing.