Skip to content

Commit 217ab4f

Browse files
committed
Add SelectionColor to format.ps1xml
1 parent 4be9473 commit 217ab4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PSReadLine/PSReadLine.format.ps1xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ $d = [Microsoft.PowerShell.KeyHandler]::GetGroupingDescription($_.Group)
194194
<Label>ParameterColor</Label>
195195
<ScriptBlock>[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.ParameterColor)</ScriptBlock>
196196
</ListItem>
197+
<ListItem>
198+
<Label>SelectionColor</Label>
199+
<ScriptBlock>[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.SelectionColor)</ScriptBlock>
200+
</ListItem>
197201
<ListItem>
198202
<Label>StringColor</Label>
199203
<ScriptBlock>[Microsoft.PowerShell.VTColorUtils]::FormatColor($_.StringColor)</ScriptBlock>

0 commit comments

Comments
 (0)