- 
                Notifications
    You must be signed in to change notification settings 
- Fork 317
Open
Labels
Issue-EnhancementIt's a feature request.It's a feature request.Needs-Triage 🔍It's a new issue that core contributor team needs to triage.It's a new issue that core contributor team needs to triage.
Description
Prerequisites
- Write a descriptive title.
Description of the new feature/enhancement
If I'm not mistaken, currently we are only able to set one color for both the MenuComplete selection on the input line and the interactive menu like the following:

But I want to do something like this:

Proposed technical implementation details (optional)
Maybe it would be great to be able to do something like the following:
$colors = @{
    "Selection" = "$([char]0x1b)[38;2;0;0;0;48;2;178;255;102m"  # Black text on green background for selected text in input line
    "CompletionSelection" = "$([char]0x1b)[38;2;255;255;255;48;2;0;0;255m"  # White text on blue background for selected completion in interactive menu
}
Set-PSReadLineOption -Colors $colorsMetadata
Metadata
Assignees
Labels
Issue-EnhancementIt's a feature request.It's a feature request.Needs-Triage 🔍It's a new issue that core contributor team needs to triage.It's a new issue that core contributor team needs to triage.