2022-11-24 08:07:22AM

This commit is contained in:
Alexander Wang 2022-11-24 08:07:22 -08:00
parent c55ea5a4d5
commit 9dbd9eb213
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -6,7 +6,7 @@ unique ID, and specify it in the CLI or library to see it.
For example, to use the "Shirley temple" theme, which has an ID of 102: For example, to use the "Shirley temple" theme, which has an ID of 102:
```sh ```sh
d2 --theme 102 --watch example-twitter.d2 out-twitter.svg d2 --theme 102 in.d2 out.svg
``` ```
Run `d2 --help` or `man d2` for more. Run `d2 --help` or `man d2` for more.