From 43d69893cf09ad2413ca7e6c167199ba55d5d091 Mon Sep 17 00:00:00 2001 From: Brett Schwarz Date: Tue, 9 Nov 2021 19:11:36 -0800 Subject: [PATCH] add theme to network diagrams --- themes/puml-theme-aws-orange.puml | 20 ++++++++++++ themes/puml-theme-bluegray.puml | 20 ++++++++++++ themes/puml-theme-cerulean-outline.puml | 20 ++++++++++++ themes/puml-theme-cerulean.puml | 20 ++++++++++++ themes/puml-theme-lightgray.puml | 20 ++++++++++++ themes/puml-theme-materia-outline.puml | 20 ++++++++++++ themes/puml-theme-materia.puml | 20 ++++++++++++ themes/puml-theme-metal.puml | 20 ++++++++++++ themes/puml-theme-minty.puml | 20 ++++++++++++ themes/puml-theme-sandstone.puml | 20 ++++++++++++ themes/puml-theme-silver.puml | 20 ++++++++++++ themes/puml-theme-sketchy-outline.puml | 20 ++++++++++++ themes/puml-theme-sketchy.puml | 20 ++++++++++++ themes/puml-theme-spacelab.puml | 20 ++++++++++++ themes/puml-theme-superhero-outline.puml | 40 ++++++++++++++++++++++++ themes/puml-theme-united.puml | 20 ++++++++++++ 16 files changed, 340 insertions(+) diff --git a/themes/puml-theme-aws-orange.puml b/themes/puml-theme-aws-orange.puml index 333fc153f..fc8af0f36 100644 --- a/themes/puml-theme-aws-orange.puml +++ b/themes/puml-theme-aws-orange.puml @@ -231,6 +231,26 @@ skinparam useBetaStyle false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-bluegray.puml b/themes/puml-theme-bluegray.puml index 4780142de..3d831b1ad 100644 --- a/themes/puml-theme-bluegray.puml +++ b/themes/puml-theme-bluegray.puml @@ -122,6 +122,26 @@ skinparam useBetaStyle false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-cerulean-outline.puml b/themes/puml-theme-cerulean-outline.puml index c241e92bb..573fd16b4 100644 --- a/themes/puml-theme-cerulean-outline.puml +++ b/themes/puml-theme-cerulean-outline.puml @@ -128,6 +128,26 @@ skinparam useBetaStyle false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-cerulean.puml b/themes/puml-theme-cerulean.puml index 060f0d6fa..02731da0a 100644 --- a/themes/puml-theme-cerulean.puml +++ b/themes/puml-theme-cerulean.puml @@ -132,6 +132,26 @@ skinparam useBetaStyle false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-lightgray.puml b/themes/puml-theme-lightgray.puml index 78ff68be1..4edbe55f8 100644 --- a/themes/puml-theme-lightgray.puml +++ b/themes/puml-theme-lightgray.puml @@ -118,6 +118,26 @@ skinparam useBetaStyle false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-materia-outline.puml b/themes/puml-theme-materia-outline.puml index 444015d58..82f492703 100644 --- a/themes/puml-theme-materia-outline.puml +++ b/themes/puml-theme-materia-outline.puml @@ -128,6 +128,26 @@ skinparam useBetaStyle false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-materia.puml b/themes/puml-theme-materia.puml index 4eec636a8..9db9e0214 100644 --- a/themes/puml-theme-materia.puml +++ b/themes/puml-theme-materia.puml @@ -130,6 +130,26 @@ skinparam useBetaStyle false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-metal.puml b/themes/puml-theme-metal.puml index ce0d4eeed..ed6bdc9cc 100644 --- a/themes/puml-theme-metal.puml +++ b/themes/puml-theme-metal.puml @@ -136,6 +136,26 @@ skinparam useBetaStyle false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-minty.puml b/themes/puml-theme-minty.puml index 53e990d90..8a4ec7a79 100644 --- a/themes/puml-theme-minty.puml +++ b/themes/puml-theme-minty.puml @@ -136,6 +136,26 @@ skinparam useBetaStyle false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-sandstone.puml b/themes/puml-theme-sandstone.puml index f8137a416..d5219fa61 100644 --- a/themes/puml-theme-sandstone.puml +++ b/themes/puml-theme-sandstone.puml @@ -136,6 +136,26 @@ skinparam useBetaStyle false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-silver.puml b/themes/puml-theme-silver.puml index 5fdbf7e73..076567dfb 100644 --- a/themes/puml-theme-silver.puml +++ b/themes/puml-theme-silver.puml @@ -118,6 +118,26 @@ skinparam useBetaStyle false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-sketchy-outline.puml b/themes/puml-theme-sketchy-outline.puml index 44e1e9c4a..3eb4eecfd 100644 --- a/themes/puml-theme-sketchy-outline.puml +++ b/themes/puml-theme-sketchy-outline.puml @@ -135,6 +135,26 @@ skinparam shadowing false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-sketchy.puml b/themes/puml-theme-sketchy.puml index 55433637d..de6a78bec 100644 --- a/themes/puml-theme-sketchy.puml +++ b/themes/puml-theme-sketchy.puml @@ -138,6 +138,26 @@ skinparam shadowing false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-spacelab.puml b/themes/puml-theme-spacelab.puml index fe4bfada0..6f04ee09b 100644 --- a/themes/puml-theme-spacelab.puml +++ b/themes/puml-theme-spacelab.puml @@ -136,6 +136,26 @@ skinparam useBetaStyle false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-superhero-outline.puml b/themes/puml-theme-superhero-outline.puml index 608a75871..9bb3d8ea0 100644 --- a/themes/puml-theme-superhero-outline.puml +++ b/themes/puml-theme-superhero-outline.puml @@ -133,6 +133,46 @@ skinparam useBetaStyle false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_LIGHT + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_LIGHT + LineColor $PRIMARY_LIGHT + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values diff --git a/themes/puml-theme-united.puml b/themes/puml-theme-united.puml index 8c9ac51a8..c2ddf9246 100644 --- a/themes/puml-theme-united.puml +++ b/themes/puml-theme-united.puml @@ -136,6 +136,26 @@ skinparam useBetaStyle false FontColor $PRIMARY BorderColor $SECONDARY } + network { + $primary_scheme() + LineColor $PRIMARY + LineThickness 1.0 + FontColor $PRIMARY_DARK + } + server { + $primary_scheme() + } + arrow { + FontColor $PRIMARY_DARK + LineColor $PRIMARY_DARK + } + group { + BackGroundColor $LIGHT + LineColor $LIGHT_DARK + LineThickness 2.0 + Margin 5 + Padding 5 + } '' '' Global Default Values