kolunmi / ttyscheme

Collection of Color Schemes for the TTY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Shell 99.4%Language:Makefile 0.6%