Public/clisetup/Set-CLiColors.ps1

function Set-CLIColors {
    [CmdletBinding()]
    param (
        
    )
    
    begin {
        
    }
    
    process {
        
    }
    
    end {
        
    }
}