1.0.5 • Published 6 years ago

teems v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

teems

Build Status standard-readme compliant

Easily switch terminal color themes

Why

I needed a simple program to switch the color theme of all the terminals I use. So I wrote one.

Getting started

npm install --global teems
nvim ~/.config/themes.json           # Add a theme
teems-cli [name of theme]  # Activate theme

Usage

teems-cli --help

Example file

[
    {
        "name": "zenburn",
        "colors": {
            "foreground": "#dcdccc",
            "background": "#1f1f1f",
            "color0": "#1f1f1f",
            "color8": "#709080",
            "color1": "#705050",
            "color9": "#dca3a3",
            "color2": "#60b48a",
            "color10": "#c3bf9f",
            "color3": "#dfaf8f",
            "color11": "#f0dfaf",
            "color4": "#506070",
            "color12": "#94bff3",
            "color5": "#dc8cc3",
            "color13": "#ec93d3",
            "color6": "#8cd0d3",
            "color14": "#93e0e3",
            "color7": "#dcdccc",
            "color15": "#ffffff"
        }
    }
]

Contribute

Any and all contributions are absolutely amazing! Check out the issues!

License

MIT © Florian Beeres

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.5.3

6 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago