svgbob icon indicating copy to clipboard operation
svgbob copied to clipboard

Allow to configure the text color from the CLI

Open ggrossetie opened this issue 3 years ago • 0 comments

Currently, it's possible to configure the background color and the fill color but, as far as I know, it's not possible to set the text color from the CLI.

For instance, if I want to invert the colors:

White background with black text

$ echo 'test' | svgbob

Black background with white text

$ echo 'test' | svgbob --background black --text-color white

ggrossetie avatar Aug 29 '21 09:08 ggrossetie