iterm2-colors-converter
v1.0.6
Published
Converts the iTerm2 color schemes to JSON, Sass / Scss, Stylus and Less.
Maintainers
Readme
iterm2-colors-converter
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 iDownload and convert
npm run allOr you can run them separately:
npm run abstractor
npm run functionalThe 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.
