Skip to content

dnettoRaw/color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages