Skip to content

no-gravity/256-terminal-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

256-terminal-colors

Displays all possible 256 colors in the terminal:

for i in {0..255}; do tput setaf $i; echo -n "$i "; done

screenshot

About

Displays all possible 256 colors in the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published