Skip to content

kevin-smets/iterm2-colors-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

yarn install

Download and convert

yarn run all

Or you can run them separately:

yarn run abstract

or

yarn 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.

About

Converts iTerm2 color schemes to json, sass and scss.

Resources

Stars

Watchers

Forks

Packages

No packages published