To change the background color of the font, you can use the GUI and command line both.
With GUI − Colors → Screen Background.
CLI −
$host.UI.RawUI.BackgroundColor = "DarkBlue"
You will notice that the background color of the text has been changed to DarkBlue.