PowerShell: Change Directory Color
By default, the directory background color is blue and foreground color is white, it is too shining. We can use PSStyle to configure the color of directory.
Add $PSStyle.FileInfo.Directory = $PSStyle.Foreground.Blue + $PSStyle.Bold into $profile file.