From 18c01c8b50d759912df795fc019d649c8294b467 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 19 Jun 2024 15:09:14 -0700 Subject: [PATCH] colors --- bin/,colors | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/,colors diff --git a/bin/,colors b/bin/,colors new file mode 100755 index 0000000..8b4c570 --- /dev/null +++ b/bin/,colors @@ -0,0 +1,3 @@ +#!/usr/bin/env zsh + +for i in {0..255}; do print -Pn "%K{$i} %k%F{$i}${(l:3::0:)i}%f " ${${(M)$((i%6)):#3}:+$'\n'}; done