https://github.com/kolunmi/ttyscheme
Collection of Color Schemes for the TTY
https://github.com/kolunmi/ttyscheme
Last synced: 8 days ago
JSON representation
Collection of Color Schemes for the TTY
- Host: GitHub
- URL: https://github.com/kolunmi/ttyscheme
- Owner: kolunmi
- License: mit
- Created: 2022-09-11T00:42:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T07:53:28.000Z (about 1 year ago)
- Last Synced: 2025-10-31T11:37:15.969Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 102 KB
- Stars: 71
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - ttyscheme - Collection of Color Schemes for the TTY. (<a name="utility"></a>Utilities)
- awesome-cli-apps - ttyscheme - Collection of Color Schemes for the TTY. (<a name="utility"></a>Utilities)
README
# ttyscheme
ttyscheme features 200+ popular terminal color schemes tuned specifically for use in the tty.
## Installation
```bash
git clone https://github.com/kolunmi/ttyscheme
cd ttyscheme
make install
```
## Examples
```bash
# 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:
```bash
if [ "$TERM" = linux ] && command -v ttyscheme >/dev/null; then
ttyscheme "$MY_SCHEME"
fi
```
## Gallery
powershell

hax0r_gr33n

c64

mono_amber

manpage

cyberpunk

redsands
