Skip to content

Commit b41325f

Browse files
authored
Create note-color.puml
1 parent bf66f43 commit b41325f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

input/note-color.puml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
https://github.com/plantuml/plantuml/pull/2136
2+
3+
@startuml
4+
<style>
5+
note {
6+
BackgroundColor #0000ff
7+
FontColor #000077
8+
}
9+
rnote {
10+
BackgroundColor #ff0000
11+
FontColor #770000
12+
}
13+
hnote {
14+
BackgroundColor #00ff00
15+
FontColor #008800
16+
}
17+
.pink {
18+
BackgroundColor #pink
19+
}
20+
</style>
21+
22+
actor -> director
23+
24+
rnote left of actor: red note
25+
hnote left of actor: green note
26+
note right of actor: blue note
27+
rnote left of actor #palegreen: "palegreen"
28+
hnote left of actor <<pink>>: "pink"
29+
@enduml

0 commit comments

Comments
 (0)