Types/Escape.Sequence/backgroundDefault.ps1

<#
.SYNOPSIS
    Background default Escape Sequence
.DESCRIPTION
    Escape Sequence to set background to the default.
.LINK
    https://en.wikipedia.org/wiki/ANSI_escape_code
#>

$e = [char]27
"$e[49m"