2011-05-30から1日間の記事一覧

256 colors

zsh

% for i in {0..255}; do echo -e "\e[38;05;${i}m${i}"; done | column -c 200 Show numerical values for each of the 256 colors in ZSH