mirror of
https://github.com/tupadr3/plantuml-icon-font-sprites.git
synced 2026-05-03 22:09:12 +00:00
feat: new macro with color support and updated readme.md
This commit is contained in:
@@ -35,8 +35,9 @@ sprite $git_pull_request [32x32/16] {
|
||||
}
|
||||
|
||||
|
||||
!define DEV_GIT_PULL_REQUEST(alias) ENTITY(rectangle,black,git_pull_request,alias,DEV GIT_PULL_REQUEST)
|
||||
!define DEV_GIT_PULL_REQUEST(alias,label) ENTITY(rectangle,black,git_pull_request,label,alias,DEV GIT_PULL_REQUEST)
|
||||
!define DEV_GIT_PULL_REQUEST(alias,label,shape) ENTITY(shape,black,git_pull_request,label,alias,DEV GIT_PULL_REQUEST)
|
||||
!define DEV_GIT_PULL_REQUEST(_alias) ENTITY(rectangle,black,git_pull_request,_alias,DEV GIT_PULL_REQUEST)
|
||||
!define DEV_GIT_PULL_REQUEST(_alias,_label) ENTITY(rectangle,black,git_pull_request,_label,_alias,DEV GIT_PULL_REQUEST)
|
||||
!define DEV_GIT_PULL_REQUEST(_alias,_label,_shape) ENTITY(_shape,black,git_pull_request,_label,_alias,DEV GIT_PULL_REQUEST)
|
||||
!define DEV_GIT_PULL_REQUEST(_alias,_label,_shape,_color) ENTITY(_shape,_color,git_pull_request,_label,_alias,DEV GIT_PULL_REQUEST)
|
||||
skinparam folderBackgroundColor<<DEV GIT_PULL_REQUEST>> White
|
||||
@enduml
|
||||
|
||||
Reference in New Issue
Block a user