-
Notifications
You must be signed in to change notification settings - Fork 0
/
pgantt-theme-doubleslash.puml
70 lines (60 loc) · 1.12 KB
/
pgantt-theme-doubleslash.puml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
!include https://raw.githubusercontent.com/doubleSlashde/umltheme/main/puml-theme-doubleslash-general.puml
'saturday are closed
'sunday are closed
'language de
skinparam Roundcorner 6
saturday are colored in SUPERLIGHTGREY
sunday are colored in SUPERLIGHTGREY
printscale weekly zoom 4
<style>
ganttDiagram {
task {
FontName FONTNAME
FontSize 12
FontColor black
FontStyle normal
BackGroundColor DS_LIGHTBLUE
LineColor DS_LIGHTBLUE
Padding 3
}
timeline {
FontName FONTNAME
FontSize 12
BackgroundColor SUPERLIGHTGREY
}
milestone {
FontColor black
FontSize 12
FontStyle normal
BackGroundColor DS_BLUE
LineColor DS_BLUE
LineThickness 15.0
Margin 5
}
note {
FontColor black
FontSize 10
LineColor DS_LIGHTGREY
}
closed {
BackgroundColor #ffdfd4
FontColor black
}
Arrow {
LineColor DS_GREY
LineStyle solid
LineThickness 1.5
FontName FONTNAME
FontColor black
FontSize 12
}
Separator {
LineColor DS_GREY
LineThickness 1.0
FontSize 12
FontColor black
Margin 5
Padding 5
}
}
</style>