Skip to content

Instantly share code, notes, and snippets.

@iainbrighton
Created November 10, 2016 21:51
Show Gist options
  • Save iainbrighton/d85d55c42413fd84efc82d40e8e55136 to your computer and use it in GitHub Desktop.
Save iainbrighton/d85d55c42413fd84efc82d40e8e55136 to your computer and use it in GitHub Desktop.
PowerShell Console Profile
## Set the default console colours
$Host.PrivateData.ErrorBackgroundColor = 'DarkMagenta';
$Host.PrivateData.WarningBackgroundColor = 'DarkMagenta';
$Host.PrivateData.VerboseForegroundColor = 'Cyan';
$Host.PrivateData.VerboseBackgroundColor = 'DarkMagenta';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment