We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
colorlist() { for color in {000..015}; do print -nP "%F{$color}$color %f" done printf "\n" for color in {016..255}; do print -nP "%F{$color}$color %f" if [ $(($((color-16))%6)) -eq 5 ]; then printf "\n" fi done }
There was an error while loading. Please reload this page.