Skip to content

Commit

Permalink
Add colour samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hamlin committed May 8, 2021
1 parent d9a3a47 commit 171c277
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,13 @@ Setting the background and foreground colours.

```console
# macOS
./qrgen wiktionary.csv --background ff0000 --foreground 0000ff;
./qrgen wiktionary.csv -g ff0000 -r 0000ff;
./qrgen wiktionary.csv --background DC5067 --foreground 61528A
./qrgen wiktionary.csv -g DC5067 -r 61528A
```

![colour output sample](output_samples/website_colour.png)
![default output sample.](output_samples/website.png)

### Logging

Logging can be turned on with the --log/-l flag combined with zero or more -v options.
Expand Down

0 comments on commit 171c277

Please sign in to comment.