Created
February 25, 2015 11:18
-
-
Save mmmpa/69a0a3a2ab76822499e8 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
skinparam { | |
noteFontStyle bold | |
noteFontColor #ffffff | |
noteBackgroundColor #7f8c8d | |
noteBorderColor #7f8c8d | |
activityArrowColor #000000 | |
activityBackgroundColor #eeeeee | |
activityBorderColor #999999 | |
activityStartColor #000000 | |
activityEndColor #000000 | |
activityBarColor #000000 | |
activityFontColor<<page>> #ffffff | |
activityFontStyle<<page>> bold | |
activityBorderColor<<page>> #2980b9 | |
activityBackgroundColor<<page>> #3498db | |
activityFontColor<<error>> #ffffff | |
activityFontStyle<<error>> bold | |
activityBorderColor<<error>> #c0392b | |
activityBackgroundColor<<error>> #e74c3c | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment