We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have started to create some company style-guide for Drawio (having the same colors in all our diagrams).
This is shared between the company members as editor configuration.
In the desktop version of drawio we are able to set them under: "Extras" -> "Configurations"
Example JSON content (derived and reduced from the official example)
{ "defaultFonts": [ "Helvetica", "Verdana" ], "presetColors": [ "FFD0DE", "FFA2BE" ], "defaultColorSchemes": [ [ null, { "fill": "#FFf5f5", "stroke": "#FF6666" }, { "fill": "#FFe8fc", "stroke": "#FF8ebf" } ] ], "defaultColors": [ "none", "FF0000", "FFE6E6", "FFCCCC" ] }
With this plugin in IntelliJ the "Extras" menu looks shorter:
I was expecting to be able to set the configuration next to the Theme in the diagrams.net preference page.
diagrams.net
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have started to create some company style-guide for Drawio (having the same colors in all our diagrams).
This is shared between the company members as editor configuration.
In the desktop version of drawio we are able to set them under:
"Extras" -> "Configurations"
Example JSON content (derived and reduced from the official example)
With this plugin in IntelliJ the "Extras" menu looks shorter:
I was expecting to be able to set the configuration next to the Theme in the
diagrams.net
preference page.The text was updated successfully, but these errors were encountered: