0.1.0 • Published 5 years ago
themeport v0.1.0
themeverter
Easily port colour schemes to & from various apps.
Introduction
Themeverter is a command-line program for converting colour schemes.
Usage
$ npm i -g themeverter # first, install themeverter from npm
$ themeverter # then, run themeverter in a directory with your theme fileOptions
When run without any arguments, themeverter will runs a wizard that walks you through converting a theme. It also accepts several arguments:
| Argument | Type | Description | Values | Default |
|---|---|---|---|---|
--from | string | The 'source' application of the scheme | vscode, iterm2 | none |
--to | string | The 'destination' application of the scheme | vscode, iterm2, kitty, alacritty | none |
--name | string | The name of the colour scheme | any | none |
Support table
This table represents which applications Themeverter can convert from/to. The y axis represents the source app and the x axis represents the destination app.
| From \ To | VSCode | Vim | Alacritty | iTerm2 | Terminal.app | Kitty | spotify-tui |
|---|---|---|---|---|---|---|---|
| VSCode | ⬜ | ☑️ | ☑️ | ☑️ | #5 | 🗺 | ☑️ |
| Vim | #6 | ⬜ | 🗺 | 🗺 | 🗺 | 🗺 | 🗺 |
| Alacritty | ⬛️ | ⬛️ | ⬜ | 🗺 | 🗺 | 🗺 | 🗺 |
| iTerm2 | ⬛️ | ⬛️ | 🗺 | ⬜ | 🗺 | ☑️ | |
| Terminal.app | ⬛️ | ⬛️ | 🗺 | 🗺 | ⬜ | ||
| spotify-tui | ⬛️ | ⬛️ | ⬛️ | ⬛️ | ⬛️ | ⬛️ | ⬛️ |
Legend
| Icon | Meaning |
|---|---|
| ☑️ | Supported |
| 🗺 | Planned |
| #n | Issue exists |
| ⬛️ | Open an issue |
| ⬜ | N/A |
0.1.0
5 years ago