You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Black background with white text
The text was updated successfully, but these errors were encountered: