Skip to content

Rework of selectionBackground & addition of selectionForeground #4971

@linuxluzer

Description

@linuxluzer

selectionBackground-selectionForeground

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
             }
        ]
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-FeatureComplex 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions