Skip to content

kolunmi/ttyscheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttyscheme

ttyscheme features 200+ popular terminal color schemes tuned specifically for use in the tty.

Installation

git clone https://github.com/kolunmi/ttyscheme
cd ttyscheme
make install

Examples

# list all schemes
ttyscheme -l

# apply a scheme
ttyscheme nord

# show all tty color combinations
ttyscheme -a

Persistency

Append the following to your shell's configuration file:

if [ "$TERM" = linux ] && command -v ttyscheme >/dev/null; then
	ttyscheme "$MY_SCHEME"
fi

Gallery

powershell screenshot_1 hax0r_gr33n screenshot_2 c64 screenshot_3 mono_amber screenshot_4 manpage screenshot_5 cyberpunk screenshot_6 redsands screenshot_7

About

Collection of Color Schemes for the TTY

Resources

License

Stars

Watchers

Forks