Skip to content

Instantly share code, notes, and snippets.

@dwallraff
Created February 3, 2020 15:35
Show Gist options
  • Save dwallraff/97ee3cb100c3a3f7d972d33a6ed3fb95 to your computer and use it in GitHub Desktop.
Save dwallraff/97ee3cb100c3a3f7d972d33a6ed3fb95 to your computer and use it in GitHub Desktop.
Set colors for pwsh
Set-PSReadlineOption -Colors @{member = "Cyan"}
Set-PSReadlineOption -Colors @{number = "Cyan"}
Set-PSReadlineOption -Colors @{type = "Cyan"}
Set-PSReadlineOption -Colors @{default = "Cyan"}
Set-PSReadlineOption -Colors @{continuationprompt = "Cyan"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment