This package has been deprecated

Author message:

superseded by teems-js

teems

1.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i teems

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

107 kB

Total Files

20

Last publish

Collaborators

  • yuuki