Themes for adding OCI icons to Structurizr diagrams. See the available icon names at this link.
workspace "Example" {
model "OCI" {
User = person "OCI User" "Uses Oracle Cloud Infrastructure"
Compute = softwareSystem "OCI Compute" "Provides computational service (IaaS)" "Oracle Cloud Infrastructure - VM"
User -> Compute "Uses"
}
views {
systemlandscape "SystemLandscape" {
include *
autoLayout
}
themes "https://raw.githubusercontent.com/sbalousek/OCI-Structurizr/master/light.json"
}
}