themer/README.md
2017-07-03 06:20:05 -06:00

999 B

themer-terminal Travis

A Terminal.app theme generator for themer.

Dependencies

This module utilizes Swift and the AppKit library to create the contents of the theme file. Install Xcode and you should be good to go.

Installation & usage

Install this module wherever you have themer installed.

npm install themer-terminal

Then pass themer-terminal as a -t (--template) argument to themer:

themer -c my-colors.js -t themer-terminal -o gen/

themer-terminal will generate a themer-dark.terminal or themer-light.terminal (or both), depending on which color set you passed to themer.

To install your theme, press cmd-, to open the Terminal.app preferences, then click Profile > (Gear Icon) > Import... and choose the generated files.