posh-hg icon indicating copy to clipboard operation
posh-hg copied to clipboard

Make background for branch name transparent

Open SlyNet opened this issue 11 years ago • 1 comments

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

SlyNet avatar Jul 15 '13 08:07 SlyNet

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.

JeremySkinner avatar Jul 15 '13 08:07 JeremySkinner