Created
June 6, 2018 13:08
-
-
Save akerouanton/bd8d326d92704d060d471f82bfd76aa0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!includeurl https://raw.githubusercontent.com/DaniilSolovyov/plantuml-bells-and-whistles/v1.0/release/theme/darcula.puml | |
!includeurl https://raw.githubusercontent.com/DaniilSolovyov/plantuml-bells-and-whistles/v1.0/release/palette/material.puml | |
skinparam DefaultFontName "Ubuntu Mono" | |
skinparam title { | |
FontColor MD_LBLUE_A400 | |
} | |
skinparam actor { | |
BackgroundColor MD_LIME_200 | |
FontColor MD_GRAY_300 | |
} | |
skinparam arrow { | |
Color MD_RED_300 | |
FontColor MD_GRAY_300 | |
} | |
skinparam component { | |
BackgroundColor MD_LIME_200 | |
FontColor MD_GRAY_900 | |
StereotypeFontColor MD_BROWN_800 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment