Skip to content

red-magic/tty-colorscheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colorschemes for the linux TTY

Installation

Run ./install script as root to install tty-colorscheme and various themes.

./install remove if you want to uninstall it.

Usage

Usage: tty-colorscheme [-lpcrh | colorscheme]
  -l    list colorschemes
  -c    print current palette
  -r    set a random colorscheme
  -s    shift through colorschemes
  -h    print help

To change colors for a current TTY at user log on add tty-colorscheme [colorscheme] to your ~/.profile.

It still requires using sudo if you want to change colors across all TTYs.

If you get screen artifacts hit Ctrl+l or type clear.

Type reset to get back to the system default colors.

Screenshots

monokai-soda

monokai-soda

mono-amber

mono-amber

mono-light

mono-light

blood-dragon

blood-dragon

Customization

A colorscheme file looks like this:

color01=000000 # Black (Background)
color02=F44336 # Red
color03=4CAF50 # Green
color04=FFEB3B # Yellow
color05=2196F3 # Blue
color06=9C27B0 # Magenta
color07=00BCD4 # Cyan
color08=9E9E9E # White (Foreground)
color09=000000 # Black
color10=F44336 # Red
color11=4CAF50 # Green
color12=FFEB3B # Yellow
color13=2196F3 # Blue
color14=9C27B0 # Magenta
color15=00BCD4 # Cyan
color16=9E9E9E # White

Just change the hex values of colors and put it in /etc/tty-colorscheme/colorschemes directory.

About

A simple script to change colors in the linux TTY with over 300 colorschemes

Topics

Resources

Stars

Watchers

Forks

Languages