Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
SessionInfoColor needs to be black
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Feb 18, 2017
1 parent ba6c891 commit 8843f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $global:ThemeSettings = New-Object -TypeName PSObject -Property @{
DriveForegroundColor = [ConsoleColor]::DarkBlue
PromptBackgroundColor = [ConsoleColor]::DarkBlue
PromptSymbolColor = [ConsoleColor]::White
SessionInfoBackgroundColor = [ConsoleColor]::Magenta
SessionInfoBackgroundColor = [ConsoleColor]::Black
SessionInfoForegroundColor = [ConsoleColor]::White
CommandFailedIconForegroundColor = [ConsoleColor]::DarkRed
AdminIconForegroundColor = [ConsoleColor]::DarkYellow
Expand Down

0 comments on commit 8843f5e

Please sign in to comment.