Skip to content

Commit b5922d6

Browse files
committed
Display colors
1 parent d348800 commit b5922d6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bash_profile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ GRAY="\[\033[0;37m\]"
3131
NO_COLOUR="\[\033[0m\]"
3232
YELLOW_GREEN="\[\033[38;5;148m\]"
3333

34+
# for((color=1;color<=255;color++)); do
35+
# echo -e "\033[38;5;${color}mCOLOR ${color}\033[39m"
36+
# done
37+
3438
# Orange/brown/yellow set
3539
COL1="\[\033[38;5;130m\]"
3640
COL2="\[\033[38;5;172m\]"

0 commit comments

Comments
 (0)