Initial commit
This commit is contained in:
7
powershell/colors.ps1
Normal file
7
powershell/colors.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
$label = "PowerShell"
|
||||
$bold = 1
|
||||
|
||||
$e = $([char]27)
|
||||
foreach ($color in (0..255)) {
|
||||
Write-Host "`n$e[$bold;48;5;$color;38;5;231m $label $e[;38;5;$color;48;5;240m$e[38;5;252m ~ $e[;38;5;240m$e[m $color"
|
||||
}
|
||||
Reference in New Issue
Block a user