Created
January 16, 2023 19:13
-
-
Save Tymek/170c5e6f14f580c069a0d1bc71419095 to your computer and use it in GitHub Desktop.
ZSH - list colors for p10k (powerlevel10k)
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