AmrEldib / cmder-powershell-powerline-prompt

Custom PowerShell prompt for Cmder on Windows
97 stars 15 forks source link

Screenshot settings do not match provided config #7

Closed CollinChaffin closed 6 years ago

CollinChaffin commented 6 years ago

Sorry quick question/issue:

The screenshot in your readme shows the Git branch and icon in a reverse color as the path foreground text color, yet the config simply matches the git info to the path info here:

 # Write branch symbol and name
        Write-Host " " $branchSymbol " " $status.Branch " " -NoNewLine -BackgroundColor $gitBackColor -ForegroundColor $gitForeColor

Do you happen to have the differences you used to render the Git info in reverse? I can take a pretty good guess that you perhaps just reversed the values but I wanted to ask if you had the actual code just so I could confirm.

TIA!

CollinChaffin commented 6 years ago

Doh! Not sure how I totally missed that the background of your Git screenshot was yellow! So of course then per the code the text is reversed! LOL! Sorry! Closing due to user error!