💄 Added tcolors and refactored dye

This commit is contained in:
z3rOR0ne 2022-12-20 22:41:06 -08:00
parent b2d4ba5657
commit ddc617325d
2 changed files with 46 additions and 32 deletions

12
scripts/tcolors Executable file
View file

@ -0,0 +1,12 @@
#!/usr/bin/env bash
# there are 255 total colors...
echo "$(tput setaf 1)red"
echo "$(tput setaf 2)green"
echo "$(tput setaf 3)yellow"
echo "$(tput setaf 4)blue"
echo "$(tput setaf 5)purple"
echo "$(tput setaf 6)cyan"
echo "$(tput setaf 7)white"
echo "$(tput setaf 8)grey"
echo "$(tput setaf 9)red"
echo "$(tput setaf 10)green"