JeremySkinner / posh-hg

Mercurial integration for PowerShell
http://www.jeremyskinner.co.uk
125 stars 43 forks source link

Make background for branch name transparent #24

Open SlyNet opened 11 years ago

SlyNet commented 11 years ago

Currently branch name has background that is different from settings you choose for powershell image

JeremySkinner commented 11 years ago

The default behaviour is to make the branch background the same as the background for powershell. You can change this to whatever you like by setting $global.PoshHgSettings.BranchBackgroundColor

The default is set to $Host.UI.RawUI.BackgroundColor - make sure you haven't changed this to something else in your profile.