Configuration.psd1
@{ Before = PSObject @{ Object = "[" Foreground = ConsoleColor White Background = ConsoleColor Black } Branch = PSObject @{ Object = [char]0x03BB Foreground = ConsoleColor Yellow Background = ConsoleColor Black } AheadBy = PSObject @{ Foreground = ConsoleColor Yellow Background = ConsoleColor Black Object = [char]0x25B2 } BehindBy = PSObject @{ Foreground = ConsoleColor Yellow Background = ConsoleColor Black Object = [char]0x25BC } Index = PSObject @{ Foreground = ConsoleColor Green Background = ConsoleColor Black } Separator = PSObject @{ Background = ConsoleColor DarkGreen Foreground = ConsoleColor White Object = " | " } Working = PSObject @{ Foreground = ConsoleColor Green Background = ConsoleColor Black } BeforeChanges = PSObject @{ Object = "[" Foreground = ConsoleColor White Background = ConsoleColor Black } AfterChanges = PSObject @{ Object = "]:" Foreground = ConsoleColor White Background = ConsoleColor Black } StagedChanges = PSObject @{ Object = "" Foreground = ConsoleColor White Background = ConsoleColor Black } UnStagedChanges = PSObject @{ Object = "" Foreground = ConsoleColor White Background = ConsoleColor Black } AfterNoChanges = PSObject @{ Object = "]:" Foreground = ConsoleColor White Background = ConsoleColor Black } NoStatus = PSObject @{ Object = ":" Foreground = ConsoleColor White Background = ConsoleColor Black } HideZero = $true } |