Skip to content

MArpogaus/base16-tty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Base16 Template for (*nix) TTY consoles

Base16 template to generate ANSI escape sequences for terminal colors.

This was initially inspired by Pywal.

Usage

Use a Base16 Builder to generate the theme file.

Add this to your shells config file (.zshrc, .bashrc, etc.) to set the terminal colors on startup:

(cat /path/to/theme/file &)

The theme file can also be written to /dev/ttys00[0-9] or /dev/pts/[0-9] to change the colors of all open terminals.

for tty in /dev/pts/[0-9]; do
    cat /path/to/theme/file > $tty
done

License

licensed under MIT License Copyright (c) 2021 Marcel Arpogaus. See LICENSE for further details.

About

Base16 theme for terminals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published