iterm2-colors-converter

1.0.6 • Public • Published

iterm2-colors-converter

devDependency Status

Converts iTerm2 color schemes to variables for:

  • JSON
  • Sass / Scss
  • Stylus
  • Less

The resulting files can be found over at kevin-smets/iterm2colors

Build it yourself

Install dependencies

npm i

Download and convert

npm run all

Or you can run them separately:

npm run abstract

or

npm run functional

The resulting files are stored in ./dist

Command line parameters

Abstract? Functional?

"Abstract" generates the variable names as they are defined in iTerm2. E.g. ansi-0-color.

"Functional" maps the abstract names to a more functional name: e.g. ansi-0-color maps to black-normal.

/iterm2-colors-converter/

    Package Sidebar

    Install

    npm i iterm2-colors-converter

    Weekly Downloads

    3

    Version

    1.0.6

    License

    MIT

    Last publish

    Collaborators

    • kevin-smets