If you want to leverage semantic
theme within Structurizr DSL
, simply amend your workspace.dsl
:
views {
+ theme https://raw.githubusercontent.com/RVR06/cornifer-contrib/main/themes/semantic/theme.json
}
Based on awesome work from simpleicons.
If you want to leverage heraldry
theme within Structurizr DSL
, simply amend your workspace.dsl
:
views {
+ theme https://raw.githubusercontent.com/RVR06/cornifer-contrib/main/themes/heraldry/theme.json
}
If you want to leverage hexagonal
theme within Structurizr DSL
, simply amend your workspace.dsl
:
views {
+ theme https://raw.githubusercontent.com/RVR06/cornifer-contrib/main/themes/hexagonal/theme.json
}
If you want to leverage topology
theme within Structurizr DSL
, simply amend your workspace.dsl
:
views {
+ theme https://raw.githubusercontent.com/RVR06/cornifer-contrib/main/themes/topology/theme.json
}