colortty

colortty is a utility to generate color schemes for alacritty. It also supports the following conversions:

Installation

sh cargo install colortty

Usage

```sh colortty - color scheme converter for alacritty

USAGE: # List color schemes at https://github.com/mbadolato/iTerm2-Color-Schemes colortty list

# Get color scheme from https://github.com/mbadolato/iTerm2-Color-Schemes
colortty get <color scheme name>

# Convert with implicit input type
colortty convert some-color.itermcolors
colortty convert some-color.minttyrc

# Convert with explicit input type
colortty convert -i iterm some-color-theme
colortty convert -i mintty some-color-theme

# Convert stdin (explicit input type is necessary)
cat some-color-theme | colortty convert -i iterm -
cat some-color-theme | colortty convert -i mintty -

```

Development

Install:

sh cargo install --path .

Build:

sh cargo build

Test:

sh cargo test

License

MIT