Last active
June 19, 2022 06:18
-
-
Save KuangyeChen/aa3b843f4e01672a40a2a7d81e4526e2 to your computer and use it in GitHub Desktop.
Print color with color code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in {0..255}; do | |
print -Pn "%K{$i} %k%F{$i}${(l:3::0:)i}%f " ${${(M)$((i%6)):#3}:+$'\n'}; | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment