Skip to content

Commit

Permalink
doc: plantuml diagrams use official color palette
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Maka <[email protected]>
  • Loading branch information
Marcin Maka committed Aug 3, 2018
1 parent 1a214c7 commit 056ee13
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 3 deletions.
2 changes: 1 addition & 1 deletion getting_started/cavs-boot/images/boot-ldr-flow.pu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
actor "ROM" as rom
box "boot_ldr @IMR" #LightBlue
box "boot_ldr @IMR" #6fccdd
participant ".boot_entry.text" as bup_be
participant ".text" as bup
end box
Expand Down
4 changes: 2 additions & 2 deletions platforms/intel-cavs/images/cavs-platform-deps.pu
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 {
Expand Down
56 changes: 56 additions & 0 deletions scripts/plantuml.cfg
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
}

0 comments on commit 056ee13

Please sign in to comment.