{"id":27969209,"url":"https://github.com/future-architect/puml-themes","last_synced_at":"2026-01-21T08:36:18.957Z","repository":{"id":46225219,"uuid":"288399667","full_name":"future-architect/puml-themes","owner":"future-architect","description":"PlantUML thema","archived":false,"fork":false,"pushed_at":"2021-11-08T01:32:48.000Z","size":202,"stargazers_count":61,"open_issues_count":0,"forks_count":13,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-05-07T21:09:00.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/future-architect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-18T08:31:36.000Z","updated_at":"2024-12-10T03:15:53.000Z","dependencies_parsed_at":"2022-09-09T02:33:38.168Z","dependency_job_id":null,"html_url":"https://github.com/future-architect/puml-themes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/future-architect%2Fpuml-themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/future-architect%2Fpuml-themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/future-architect%2Fpuml-themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/future-architect%2Fpuml-themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/future-architect","download_url":"https://codeload.github.com/future-architect/puml-themes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954409,"owners_count":21830905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-07T21:09:04.690Z","updated_at":"2026-01-21T08:36:18.910Z","avatar_url":"https://github.com/future-architect.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# puml-themes\n\nPlantUML themes for all developers. \n\n## Abstract\n\nThese themes were created as part of a standardization effort to help design teams mass-produce business functions' processing flows. It is mainly intended for use in sequence diagrams.\n\nFor more details, please check [here(日本語)](https://future-architect.github.io/articles/20200203/). (available in Japanese only)\n\n## Usage\n\nWrite `!include \u003cpath to the desired theme in this repository\u003e` between @startuml and @enduml block.\n\n### Example of 'toy' theme\n\n```\n@startuml \n!include https://raw.githubusercontent.com/future-architect/puml-themes/master/themes/puml-theme-toy.puml\n\nparticipant Participant as Foo\nnote over Foo: Event\nactor       Actor       as Foo1\nboundary    Boundary    as Foo2\ncontrol     Control     as Foo3\nentity      Entity      as Foo4\ndatabase    Database    as Foo5\ncollections Collections as Foo6\nqueue       Queue       as Foo7\nFoo -\u003e Foo1 : To actor \nFoo -\u003e Foo2 : To boundary\nFoo -\u003e Foo3 : To control\nFoo -\u003e Foo4 : To entity\nFoo -\u003e Foo5 : To database\nFoo -\u003e Foo6 : To collections\nFoo -\u003e Foo7: To queue\n\n@enduml\n```\n\nOutput is bellow.\n\n![](example/example_toy.png)\n\n\n### Example of 'vibrant' theme\n\n```\n@startuml \n!include https://raw.githubusercontent.com/future-architect/puml-themes/master/themes/puml-theme-vibrant.puml\n\nparticipant Participant as Foo\nnote over Foo: Event\nactor       Actor       as Foo1\nboundary    Boundary    as Foo2\ncontrol     Control     as Foo3\nentity      Entity      as Foo4\ndatabase    Database    as Foo5\ncollections Collections as Foo6\nqueue       Queue       as Foo7\nFoo -\u003e Foo1 : To actor \nFoo -\u003e Foo2 : To boundary\nFoo -\u003e Foo3 : To control\nFoo -\u003e Foo4 : To entity\nFoo -\u003e Foo5 : To database\nFoo -\u003e Foo6 : To collections\nFoo -\u003e Foo7: To queue\n\n@enduml\n```\n\nOutput is bellow.\n\n![](example/example_vibrant.png)\n\n\n### Example of 'mars' theme\n\n```\n@startuml \n!include https://raw.githubusercontent.com/future-architect/puml-themes/master/themes/puml-theme-mars.puml\n\nparticipant Participant as Foo\nnote over Foo: Event\nactor       Actor       as Foo1\nboundary    Boundary    as Foo2\ncontrol     Control     as Foo3\nentity      Entity      as Foo4\ndatabase    Database    as Foo5\ncollections Collections as Foo6\nqueue       Queue       as Foo7\nFoo -\u003e Foo1 : To actor \nFoo -\u003e Foo2 : To boundary\nFoo -\u003e Foo3 : To control\nFoo -\u003e Foo4 : To entity\nFoo -\u003e Foo5 : To database\nFoo -\u003e Foo6 : To collections\nFoo -\u003e Foo7: To queue\n\n@enduml\n```\n\nOutput is bellow.\n\n![](example/example_mars.png)\n\nAll the themes above are also available in the official PlantUML theme library.\n\nHowever, all future updates and themes will be reflected in this repository first.\n\n## License\nThis version of puml-themes is released under the Apache License, Version 2.0 (see [LICENSE](https://github.com/future-architect/puml-themes/blob/master/LICENSE)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuture-architect%2Fpuml-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuture-architect%2Fpuml-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuture-architect%2Fpuml-themes/lists"}