workspace "Default themes" "Public themes" { model { element "Person" { tags "Person" } element "Staff" { tags "Staff" } element "Admin" { tags "Admin" } element "Organized System" { tags "Organized System" } element "Main System" { tags "Main System" } element "Software System" { tags "Software System" } element "Container" { tags "Container" } element "Web Browser" { tags "Web Browser" } element "Mobile App" { tags "Mobile App" } element "Database" { tags "Database" } element "MySQL" { tags "MySQL" } element "NoSQL" { tags "NoSQL" } element "Message Queue"{ tags "Message Queue" } element "Component" { tags "Component" } element "Failover" { tags "Failover" } element "Desktop" { tags "Desktop" } element "Folder" { tags "Folder" } element "Deprecated" { tags "Deprecated" } } views { custom "All" "All elements" "123"{ include * } styles { element "Person" { shape Person color #ffffff background #08427b } element "Admin" { color #ffffff background #c45a65 } element "Staff" { shape Person background #1168bd color #d0dfe6 } element "Organized System" { color #ffffff background #5e7987 } element "Main System" { background #1168bd color #ffffff } element "Software System" { background #AAAAAA color #ffffff } element "Container" { shape RoundedBox background #438dd5 color #ffffff } element "Web Browser" { shape WebBrowser } element "Mobile App" { shape MobileDevicePortrait } element "Database" { shape Cylinder } element "MySQL" { shape Cylinder icon https://static.structurizr.com/themes/oracle-cloud-infrastructure-2021.04.30/MySQLDatabaseServiceMDS.png } element "NoSQL" { shape Cylinder icon https://static.structurizr.com/themes/oracle-cloud-infrastructure-2021.04.30/NoSQL-Database.png } element "Folder" { shape Folder } element "Desktop" { shape Window } element "Message Queue"{ shape Pipe } element "Component" { shape Component background #85bbf0 color #000000 } element "Failover" { opacity 25 } relationship "Deprecated" { opacity 50 color #ff0000 } element "Deprecated" { opacity 50 color #ff0000 border dashed } } } }