Skip to content

Commit

Permalink
Make diagrams neutral (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
flemay authored Feb 11, 2024
1 parent b067f80 commit 366c49d
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 14 deletions.
5 changes: 3 additions & 2 deletions diagrams/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ find *.mmd -type f \
| xargs -I {} sh -c \
'printf "File: %s\n" {}; \
/home/mermaidcli/node_modules/.bin/mmdc \
-p /puppeteer-config.json \
-b transparent \
--puppeteerConfigFile /puppeteer-config.json \
--backgroundColor transparent \
--theme neutral \
-i {}'
printf "Copy *.svg to docs/guide/assets\n"
rm -fr /docs/guide/assets/*.svg
Expand Down
2 changes: 1 addition & 1 deletion diagrams/getting-started.mmd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion diagrams/overview.mmd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 366c49d

Please sign in to comment.