toggle-corp / alacritty-colorscheme

Change colorscheme of alacritty with ease.
Apache License 2.0
345 stars 35 forks source link

Add option to toggle in reverse order #12

Closed moreheadm closed 4 years ago

moreheadm commented 4 years ago

Add the option -r or --reverse-toggle to toggle through themes in reverse order. This option is applicable when the program is run with -T or -t.

I needed this feature so I added it real quick. Feel free to change the naming around, etc.

I don't know if the version needs to be bumped or something.

tnagorra commented 4 years ago

The version should be bumped to 0.2.0 in pyproject.toml

version = "0.2.0"