Functions/colors.ps1

# 0..255 | % { Write-Host ("{0,4} " -f $_) -NoNewline -ForegroundColor $_; if(($_+1) % 16 -eq 0){Write-Host ""} }