Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 401 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 401 Bytes

color ascii

sh <(curl -s https://raw.githubusercontent.com/dnettoRaw/color/master/color_tab_dan)

exemple

you can use it with echo and printf

echo "\033[38;5;227m in my amazing color \033[0m"
printf "\033[38;5;227m in my amazing color \033[0m"

to understand

inside bracket is our color code \033[38;5;[myCodeColor]m

to reset color \033[0m