plantuml/skin/plantuml.skin

705 lines
9.1 KiB
Plaintext
Raw Permalink Normal View History

2019-08-26 17:07:21 +00:00
root {
2022-02-12 17:27:51 +00:00
--common-background: #f1f1f1;
--note-background: #FEFFDD;
--grey-blue: #e2e2f0;
2019-07-14 20:09:26 +00:00
FontName SansSerif
2019-08-26 17:07:21 +00:00
HyperLinkColor blue
2022-10-05 20:32:57 +00:00
HyperLinkUnderlineThickness 1
2019-07-14 20:09:26 +00:00
FontColor black
FontSize 14
FontStyle plain
HorizontalAlignment left
RoundCorner 0
DiagonalCorner 0
LineThickness 1.0
2022-02-10 18:16:18 +00:00
LineColor #181818
2022-02-12 17:27:51 +00:00
BackGroundColor: var(--common-background);
Shadowing: 0.0;
2019-07-14 20:09:26 +00:00
}
2020-05-10 14:19:20 +00:00
document {
2022-02-10 18:16:18 +00:00
BackGroundColor white
header {
HorizontalAlignment right
FontSize 10
2022-02-10 18:16:18 +00:00
FontColor #8
BackGroundColor transparent
LineColor transparent
}
title {
HorizontalAlignment center
FontSize 14
FontStyle bold
Padding 5
Margin 5
2022-02-10 18:16:18 +00:00
LineColor transparent
BackGroundColor transparent
}
footer {
HorizontalAlignment center
FontSize 10
2022-02-10 18:16:18 +00:00
FontColor #8
BackGroundColor transparent
LineColor transparent
}
legend {
LineColor black
2022-02-10 18:16:18 +00:00
BackGroundColor #D
FontSize 14
RoundCorner 15
2022-10-05 20:32:57 +00:00
Padding 5
Margin 12
}
caption {
HorizontalAlignment center
FontSize 14
Padding 0
Margin 1
2022-02-10 18:16:18 +00:00
LineColor transparent
BackGroundColor transparent
}
frame {
LineColor black
LineThickness 1.5
}
2020-05-10 14:19:20 +00:00
}
package {
title {
FontStyle bold
}
}
2019-08-26 17:07:21 +00:00
stereotype {
2019-07-14 20:09:26 +00:00
FontStyle italic
}
2022-10-05 20:32:57 +00:00
mainframe {
Padding 1 5
LineThickness 1.5
Margin 10 5
}
2019-07-14 20:09:26 +00:00
2019-08-26 17:07:21 +00:00
element {
2022-02-10 18:16:18 +00:00
Shadowing 0.0
2022-02-12 17:27:51 +00:00
LineThickness 0.5
2022-09-15 17:24:26 +00:00
composite {
title {
FontStyle bold
}
}
2022-02-12 17:27:51 +00:00
}
group {
2022-02-12 17:27:51 +00:00
BackGroundColor transparent
LineThickness 1.0
2022-02-01 20:21:45 +00:00
package {
LineThickness 1.5
LineColor black
}
folder {
LineThickness 1.5
LineColor black
}
}
sequenceDiagram {
2022-02-12 17:27:51 +00:00
group {
LineColor black
LineThickness 1.5
FontSize 11
FontStyle bold
}
groupHeader {
LineThickness 1.5
BackGroundColor #e
LineColor black
FontSize 13
FontStyle bold
2022-02-10 18:16:18 +00:00
}
2022-02-12 17:27:51 +00:00
lifeLine {
BackGroundColor white
LineStyle 5
}
2022-02-10 18:16:18 +00:00
reference {
FontSize 12
LineColor black
BackGroundColor transparent
2022-02-12 17:27:51 +00:00
LineThickness 1.5
2022-02-10 18:16:18 +00:00
HorizontalAlignment center
}
referenceHeader {
LineColor black
BackGroundColor #e
FontColor black
FontSize 13
FontStyle bold
LineThickness 2.0
}
box {
BackGroundColor #d
FontSize 13
FontStyle bold
}
separator {
LineColor black
LineThickness 2.0
BackGroundColor #e
FontSize 13
FontStyle bold
}
2022-02-12 17:27:51 +00:00
participant {
RoundCorner 5
}
participant,actor,boundary,control,entity,queue,database,collections {
BackgroundColor: var(--grey-blue);
HorizontalAlignment center
}
2019-07-14 20:09:26 +00:00
}
2022-02-12 17:27:51 +00:00
classDiagram,componentDiagram,objectDiagram {
element {
RoundCorner 5
}
2019-07-14 20:09:26 +00:00
}
2022-02-01 20:21:45 +00:00
visibilityIcon {
public {
LineColor #038048
BackgroundColor #84BE84
}
private {
LineColor #C82930
BackgroundColor #F24D5C
}
protected {
LineColor #B38D22
BackgroundColor #FFFF44
}
package {
LineColor #1963A0
BackgroundColor #4177AF
}
IEMandatory {
LineColor black
BackgroundColor black
}
}
spot {
spotAnnotation {
BackgroundColor #E3664A
}
spotAbstractClass {
BackgroundColor #A9DCDF
}
spotClass {
BackgroundColor #ADD1B2
}
spotInterface {
BackgroundColor #B4A7E5
}
spotEnum {
BackgroundColor #EB937F
}
spotEntity {
BackgroundColor #ADD1B2
}
spotException {
BackgroundColor #D94321
}
spotMetaClass {
BackgroundColor #CCCCCC
}
spotStereotype {
BackgroundColor #FF77FF
}
2022-02-01 20:21:45 +00:00
}
2021-11-01 12:02:46 +00:00
stateDiagram {
state {
RoundCorner 25
}
2022-08-19 16:34:21 +00:00
stateBody {
BackGroundColor transparent
}
2021-11-01 12:02:46 +00:00
element {
title {
FontStyle plain
}
}
2022-02-12 17:27:51 +00:00
group {
LineThickness 0.5
}
2022-09-15 17:24:26 +00:00
header {
FontSize 12
}
circle {
start, stop, end {
LineColor #2
BackgroundColor #2
}
}
2021-11-01 12:02:46 +00:00
}
2019-08-26 17:07:21 +00:00
delay {
FontSize 11
FontStyle plain
HorizontalAlignment center
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
swimlane {
2022-09-18 17:08:06 +00:00
BackGroundColor transparent
2019-08-26 17:07:21 +00:00
LineColor black
2022-02-12 17:27:51 +00:00
LineThickness 1.5
2019-08-26 17:07:21 +00:00
FontSize 18
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
arrow {
2019-07-14 20:09:26 +00:00
FontSize 13
2022-02-12 17:27:51 +00:00
LineThickness 1.0
2019-07-14 20:09:26 +00:00
}
2019-08-26 17:07:21 +00:00
note {
2019-07-14 20:09:26 +00:00
FontSize 13
2022-02-12 17:27:51 +00:00
BackGroundColor: var(--note-background);
LineThickness 0.5
2019-08-26 17:07:21 +00:00
}
partition {
}
circle {
}
mindmapDiagram {
}
mindmapDiagram {
node {
Padding 10
Margin 10
RoundCorner 25
LineThickness 1.5
}
arrow {
LineThickness 1.0
}
}
wbsDiagram {
Padding 10
Margin 15
RoundCorner 0
LineThickness 1.5
FontSize 12
}
activityDiagram {
activity {
Padding 10
FontSize 12
RoundCorner 25
}
2022-09-18 17:08:06 +00:00
composite {
2019-08-26 17:07:21 +00:00
LineColor black
2022-09-18 17:08:06 +00:00
BackgroundColor transparent
2022-02-12 17:27:51 +00:00
LineThickness 1.5
2019-08-26 17:07:21 +00:00
}
diamond {
FontSize 11
}
arrow {
FontSize 11
2022-02-12 17:27:51 +00:00
LineThickness 1
2019-08-26 17:07:21 +00:00
}
2022-02-10 18:16:18 +00:00
circle {
start, stop, end {
2022-02-10 18:16:18 +00:00
LineColor #2
BackgroundColor #2
}
}
activityBar {
BackgroundColor #5
}
2019-08-26 17:07:21 +00:00
}
2020-08-25 17:24:17 +00:00
task {
FontSize 11
}
milestone {
FontSize 11
BackGroundColor black
LineColor black
}
ganttDiagram {
2021-04-07 18:02:23 +00:00
arrow {
LineThickness 1.5
}
2020-08-25 17:24:17 +00:00
note {
FontSize 9
}
2021-04-07 18:02:23 +00:00
separator {
FontSize 11
FontStyle plain
BackGroundColor transparent
Margin 5
Padding 5
}
verticalSeparator {
LineThickness 2
LineStyle 2-2
LineColor black
}
2021-04-07 18:02:23 +00:00
timeline {
BackgroundColor transparent
2021-06-27 16:50:40 +00:00
LineColor #C0C0C0
2023-11-27 17:41:15 +00:00
FontSize 10
month {
FontSize 12
}
year {
FontSize 14
}
2021-04-07 18:02:23 +00:00
}
2021-04-25 20:59:17 +00:00
closed {
2022-02-12 17:27:51 +00:00
BackGroundColor #F1E5E5
2022-02-10 18:16:18 +00:00
FontColor #989898
2021-04-25 20:59:17 +00:00
}
task {
2022-02-12 17:27:51 +00:00
BackGroundColor: var(--grey-blue);
RoundCorner 0
Margin 2 2 2 2
Padding 0
}
2022-01-14 17:06:05 +00:00
undone {
BackGroundColor white
}
milestone {
Margin 2
Padding 3
}
2020-08-25 17:24:17 +00:00
}
usecase {
HorizontalAlignment center
}
2021-11-25 21:42:50 +00:00
yamlDiagram,jsonDiagram {
FontColor black
LineColor black
arrow {
LineThickness 1
2023-01-09 19:13:37 +00:00
LineStyle 3-3
}
node {
LineThickness 1.5
RoundCorner 10
separator {
LineThickness 1
}
2021-11-25 21:42:50 +00:00
header {
FontStyle bold
}
2021-03-07 12:23:24 +00:00
highlight {
BackGroundColor #ccff02
}
}
}
2021-08-30 17:13:54 +00:00
timingDiagram {
2022-02-10 18:16:18 +00:00
LineColor #3
FontColor #3
FontStyle bold
2022-02-12 17:27:51 +00:00
LineThickness 0.5
2022-02-10 18:16:18 +00:00
timeline {
FontStyle plain
FontSize 11
2022-05-27 14:18:47 +00:00
LineThickness 2
2022-02-12 17:27:51 +00:00
}
note {
LineThickness 0.5
2022-02-10 18:16:18 +00:00
}
2021-08-30 17:13:54 +00:00
arrow {
2022-02-10 18:16:18 +00:00
LineColor darkblue
2021-08-30 17:13:54 +00:00
LineThickness 1.5
}
constraintArrow {
2022-02-10 18:16:18 +00:00
FontSize 12
FontStyle plain
FontColor darkred
LineColor darkred
2021-08-30 17:13:54 +00:00
LineThickness 1.5
}
2022-02-10 18:16:18 +00:00
clock {
LineColor darkgreen
2022-02-12 17:27:51 +00:00
LineThickness 1.5
2022-02-10 18:16:18 +00:00
}
concise {
FontSize 12
LineColor darkgreen
2022-02-12 17:27:51 +00:00
BackgroundColor: var(--grey-blue);
2022-05-04 17:52:00 +00:00
LineThickness 1.5
2022-02-10 18:16:18 +00:00
}
robust {
FontStyle plain
FontSize 12
LineColor darkgreen
LineThickness 2
2022-02-12 17:27:51 +00:00
BackgroundColor: var(--grey-blue);
2022-02-10 18:16:18 +00:00
}
2022-03-29 21:13:46 +00:00
binary {
FontStyle plain
FontSize 12
LineColor darkgreen
LineThickness 2
}
2022-02-10 18:16:18 +00:00
highlight {
BackgroundColor #e
LineThickness 2
2023-01-09 19:13:37 +00:00
LineStyle 4-4
2022-02-10 18:16:18 +00:00
}
2021-08-30 17:13:54 +00:00
}
2021-09-15 21:03:09 +00:00
nwdiagDiagram {
network {
2022-02-12 17:27:51 +00:00
BackgroundColor: var(--grey-blue);
2021-09-15 21:03:09 +00:00
FontSize 12
}
server {
FontSize 12
}
group {
FontSize 12
2022-02-12 17:27:51 +00:00
BackGroundColor #e7e7e7
2021-09-15 21:03:09 +00:00
}
arrow {
FontSize 11
}
2021-09-15 21:03:09 +00:00
}
2022-02-10 18:16:18 +00:00
@media (prefers-color-scheme:dark) {
root {
HyperLinkColor blue
FontColor white
LineColor #e7e7e7
2023-02-26 18:51:17 +00:00
BackGroundColor #313139
2022-02-10 18:16:18 +00:00
}
document {
2023-02-26 18:51:17 +00:00
BackGroundColor #1B1B1B
2022-02-10 18:16:18 +00:00
header {
FontColor #7
}
footer {
FontColor #7
}
legend {
LineColor white
BackGroundColor #2
}
frame {
LineColor white
}
}
group {
package {
LineColor white
}
folder {
LineColor white
}
}
sequenceDiagram {
group {
LineColor white
}
groupHeader {
BackGroundColor #5
LineColor white
}
lifeLine {
BackGroundColor black
}
reference {
LineColor #d
}
referenceHeader {
LineColor #d
FontColor white
BackGroundColor #4
}
box {
BackGroundColor #2
}
separator {
LineColor white
BackGroundColor #1
}
2022-09-20 20:35:41 +00:00
participant,actor,boundary,control,entity,queue,database,collections {
BackgroundColor: #2;
HorizontalAlignment center
}
2022-02-10 18:16:18 +00:00
}
spot {
spotAnnotation {
BackgroundColor #4A0000
}
spotAbstractClass {
BackgroundColor #2A5D60
}
spotClass {
BackgroundColor #2E5233
}
spotInterface {
BackgroundColor #352866
}
spotEnum {
BackgroundColor #852D19
}
spotEntity {
BackgroundColor #2E5233
}
spotException {
BackgroundColor #7D0000
}
spotMetaClass {
BackgroundColor #7C7C7C
}
spotStereotype {
BackgroundColor #890089
}
2022-02-10 18:16:18 +00:00
}
swimlane {
LineColor white
}
note {
2022-09-20 20:35:41 +00:00
BackGroundColor #714137
2022-02-10 18:16:18 +00:00
}
activityDiagram {
partition {
LineColor white
}
circle {
start, stop, end {
2022-02-10 18:16:18 +00:00
LineColor #d
BackgroundColor #d
}
}
activityBar {
BackgroundColor #a
}
}
milestone {
BackGroundColor white
LineColor white
}
timingDiagram {
LineColor #d
FontColor #d
arrow {
LineColor lightblue
}
constraintArrow {
LineColor tomato
FontColor tomato
}
clock {
LineColor lightgreen
}
concise {
LineColor lightgreen
BackgroundColor #6
}
robust {
LineColor lightgreen
BackgroundColor #3
}
highlight {
BackgroundColor #1
}
}
ganttDiagram {
2022-09-20 20:35:41 +00:00
task {
BackGroundColor #555
}
2022-02-10 18:16:18 +00:00
timeline {
LineColor #3f3f3f
}
closed {
BackGroundColor #1f1f1f
FontColor #676767
}
undone {
BackGroundColor black
}
}
yamlDiagram,jsonDiagram {
FontColor white
LineColor white
node {
highlight {
BackGroundColor #ccff02
}
}
2022-09-20 20:35:41 +00:00
}
2022-02-10 18:16:18 +00:00
nwdiagDiagram {
2022-09-20 20:35:41 +00:00
network {
BackGroundColor #555
}
2022-02-10 18:16:18 +00:00
group {
BackGroundColor #2
}
}
}