.dots/scripts/scripts/zsh_colors

8 lines
92 B
Bash
Executable File

#!/bin/zsh
for c in {0..7}; do
b=$((c+8))
print -P - "%F{$c}$c%f -> %F{$b}$b%f"
done