forked from thesofproject/sof-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: plantuml diagrams use official color palette
Signed-off-by: Marcin Maka <[email protected]>
- Loading branch information
Marcin Maka
committed
Aug 3, 2018
1 parent
1a214c7
commit 056ee13
Showing
3 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package cavs { | ||
package 1.5 | ||
package 1.8 | ||
component 1.5 | ||
component 1.8 | ||
} | ||
|
||
package arch { | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,58 @@ | ||
hidefootbox | ||
skinparam componentStyle uml2 | ||
|
||
skinparam defaultFontColor #33335b | ||
|
||
skinparam rectangle { | ||
color #d6d6de | ||
backgroundColor #ffffff | ||
} | ||
|
||
skinparam component { | ||
backgroundColor #ffffff | ||
borderColor #33335b | ||
arrowColor #f05772 | ||
} | ||
|
||
skinparam interface { | ||
backgroundColor #ffffff | ||
borderColor #f05772 | ||
} | ||
|
||
skinparam class { | ||
backgroundColor #ffffff | ||
borderColor #33335b | ||
arrowColor #f05772 | ||
} | ||
skinparam stereotypeCBackgroundColor #6fccdd | ||
|
||
skinparam sequence { | ||
arrowColor #4a4a86 | ||
lifeLineBorderColor #f05772 | ||
groupBorderColor #a1a1ca | ||
boxBorderColor #a1a1ca | ||
dividerBorderColor #d6d6de | ||
dividerBorderThickness 1 | ||
} | ||
skinparam participant { | ||
borderColor #33335b | ||
backgroundColor #ffffff | ||
} | ||
skinparam actor { | ||
borderColor #33335b | ||
backgroundColor #ffffff | ||
} | ||
|
||
skinparam state { | ||
borderColor #33335b | ||
backgroundColor #ffffff | ||
} | ||
|
||
skinparam node { | ||
backgroundColor #ffffff | ||
} | ||
|
||
skinparam note { | ||
backgroundColor #f6ed80 | ||
borderColor #d6d6de | ||
} |