Skip to content

Instantly share code, notes, and snippets.

@BinaryShrub
Last active January 11, 2021 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BinaryShrub/f60cd9e5a9658ae5b0f53b69969ac577 to your computer and use it in GitHub Desktop.
Save BinaryShrub/f60cd9e5a9658ae5b0f53b69969ac577 to your computer and use it in GitHub Desktop.
Plant UML Theme

To use this theme, add !include right after @startuml

@startuml
!include https://gist.githubusercontent.com/BinaryShrub/f60cd9e5a9658ae5b0f53b69969ac577/raw/6003ccc69dfffbe66f8984614bfedaa1e0e1507d/theme.puml

.
.
.
!$PRIMARY="#01579b"
!$SECONDARY="#4f83cc"
!$WHITE="#ffffff"
!$GRAY="#9e9e9e"
!$DARK="#616161"
skinparam defaultFontName "Verdana"
skinparam defaultFontSize 14
skinparam shadowing false
skinparam roundcorner 15
skinparam ParticipantPadding 30
skinparam BoxPadding 40
skinparam Padding 8
skinparam ArrowColor $PRIMARY
skinparam participant {
FontColor $WHITE
BorderColor $PRIMARY
BackgroundColor $PRIMARY
}
skinparam sequence {
LifeLineBorderColor $GRAY
GroupBorderColor $DARK
GroupHeaderFontColor $SECONDARY
BoxBorderColor $GRAY
BoxFontColor $DARK
DividerBackgroundColor $GRAY
DividerBorderColor $DARK
DividerBorderThickness 1
DividerFontColor $WHITE
}
skinparam note {
BorderThickness 1
BackgroundColor $SECONDARY
BorderColor $PRIMARY
FontColor $WHITE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment