We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be9473 commit 217ab4fCopy full SHA for 217ab4f
PSReadLine/PSReadLine.format.ps1xml
@@ -194,6 +194,10 @@ $d = [Microsoft.PowerShell.KeyHandler]::GetGroupingDescription($_.Group)
194
<Label>ParameterColor</Label>
195
<ScriptBlock>[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.ParameterColor)</ScriptBlock>
196
</ListItem>
197
+ <ListItem>
198
+ <Label>SelectionColor</Label>
199
+ <ScriptBlock>[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.SelectionColor)</ScriptBlock>
200
+ </ListItem>
201
<ListItem>
202
<Label>StringColor</Label>
203
<ScriptBlock>[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.StringColor)</ScriptBlock>
0 commit comments