It is possible to pass a color profile file as an argument now. I created a new subcommand for this, because the custom-colors subcommand uses positional arguments for the passed colors and I thought it might be a good idea to not mess around with this.
I also added an example of a color profile file in a new folder called examples and edited the README to include the new feature.
Please review and let me know if something should be done differently 😄
I added the first part of #14.
It is possible to pass a color profile file as an argument now. I created a new subcommand for this, because the
custom-colors
subcommand uses positional arguments for the passed colors and I thought it might be a good idea to not mess around with this.I also added an example of a color profile file in a new folder called
examples
and edited the README to include the new feature.Please review and let me know if something should be done differently 😄