UNPKG

4.65 kBTypeScriptView Raw
1export function getThemeVariables(userOverrides: any): Theme;
2declare class Theme {
3 background: string;
4 primaryColor: string;
5 secondaryColor: string;
6 mainBkg: string;
7 secondBkg: string;
8 lineColor: any;
9 border1: string;
10 border2: string;
11 arrowheadColor: string;
12 fontFamily: string;
13 fontSize: string;
14 tertiaryColor: any;
15 primaryBorderColor: any;
16 secondaryBorderColor: any;
17 tertiaryBorderColor: any;
18 primaryTextColor: any;
19 secondaryTextColor: any;
20 tertiaryTextColor: any;
21 textColor: any;
22 THEME_COLOR_LIMIT: number;
23 nodeBkg: string;
24 nodeBorder: string;
25 clusterBkg: string;
26 clusterBorder: string;
27 defaultLinkColor: string;
28 titleColor: string;
29 edgeLabelBackground: string;
30 actorBorder: string;
31 actorBkg: string;
32 actorTextColor: string;
33 actorLineColor: string;
34 signalColor: string;
35 signalTextColor: string;
36 labelBoxBkgColor: string;
37 labelBoxBorderColor: string;
38 labelTextColor: string;
39 loopTextColor: string;
40 noteBorderColor: string;
41 noteBkgColor: string;
42 noteTextColor: string;
43 activationBorderColor: string;
44 activationBkgColor: string;
45 sequenceNumberColor: string;
46 sectionBkgColor: string;
47 altSectionBkgColor: string;
48 sectionBkgColor2: string;
49 excludeBkgColor: string;
50 taskBorderColor: string;
51 taskBkgColor: string;
52 taskTextLightColor: string;
53 taskTextColor: string;
54 taskTextDarkColor: string;
55 taskTextOutsideColor: string;
56 taskTextClickableColor: string;
57 activeTaskBorderColor: string;
58 activeTaskBkgColor: string;
59 gridColor: string;
60 doneTaskBkgColor: string;
61 doneTaskBorderColor: string;
62 critBorderColor: string;
63 critBkgColor: string;
64 todayLineColor: string;
65 personBorder: any;
66 personBkg: string;
67 labelColor: string;
68 errorBkgColor: string;
69 errorTextColor: string;
70 updateColors(): void;
71 cScale0: any;
72 cScale1: any;
73 cScale2: any;
74 cScale3: any;
75 cScale4: any;
76 cScale5: any;
77 cScale6: any;
78 cScale7: any;
79 cScale8: any;
80 cScale9: any;
81 cScale10: any;
82 cScale11: any;
83 scaleLabelColor: any;
84 transitionColor: any;
85 transitionLabelColor: any;
86 stateLabelColor: any;
87 stateBkg: any;
88 labelBackgroundColor: any;
89 compositeBackground: any;
90 altBackground: any;
91 compositeTitleBackground: any;
92 compositeBorder: any;
93 innerEndBackground: any;
94 specialStateColor: any;
95 classText: any;
96 fillType0: string | undefined;
97 fillType1: string | undefined;
98 fillType2: any;
99 fillType3: any;
100 fillType4: any;
101 fillType5: any;
102 fillType6: any;
103 fillType7: any;
104 pie1: any;
105 pie2: any;
106 pie3: any;
107 pie4: any;
108 pie5: any;
109 pie6: any;
110 pie7: any;
111 pie8: any;
112 pie9: any;
113 pie10: any;
114 pie11: any;
115 pie12: any;
116 pieTitleTextSize: any;
117 pieTitleTextColor: any;
118 pieSectionTextSize: any;
119 pieSectionTextColor: any;
120 pieLegendTextSize: any;
121 pieLegendTextColor: any;
122 pieStrokeColor: any;
123 pieStrokeWidth: any;
124 pieOuterStrokeWidth: any;
125 pieOuterStrokeColor: any;
126 pieOpacity: any;
127 quadrant1Fill: any;
128 quadrant2Fill: any;
129 quadrant3Fill: any;
130 quadrant4Fill: any;
131 quadrant1TextFill: any;
132 quadrant2TextFill: any;
133 quadrant3TextFill: any;
134 quadrant4TextFill: any;
135 quadrantPointFill: any;
136 quadrantPointTextFill: any;
137 quadrantXAxisTextFill: any;
138 quadrantYAxisTextFill: any;
139 quadrantInternalBorderStrokeFill: any;
140 quadrantExternalBorderStrokeFill: any;
141 quadrantTitleFill: any;
142 requirementBackground: any;
143 requirementBorderColor: any;
144 requirementBorderSize: any;
145 requirementTextColor: any;
146 relationColor: any;
147 relationLabelBackground: any;
148 relationLabelColor: any;
149 git0: any;
150 git1: any;
151 git2: any;
152 git3: any;
153 git4: any;
154 git5: any;
155 git6: any;
156 git7: any;
157 gitInv0: any;
158 gitInv1: any;
159 gitInv2: any;
160 gitInv3: any;
161 gitInv4: any;
162 gitInv5: any;
163 gitInv6: any;
164 gitInv7: any;
165 gitBranchLabel0: any;
166 gitBranchLabel1: any;
167 gitBranchLabel2: any;
168 gitBranchLabel3: any;
169 gitBranchLabel4: any;
170 gitBranchLabel5: any;
171 gitBranchLabel6: any;
172 gitBranchLabel7: any;
173 tagLabelColor: any;
174 tagLabelBackground: any;
175 tagLabelBorder: any;
176 tagLabelFontSize: any;
177 commitLabelColor: any;
178 commitLabelBackground: any;
179 commitLabelFontSize: any;
180 attributeBackgroundColorOdd: any;
181 attributeBackgroundColorEven: any;
182 calculate(overrides: any): void;
183}
184export {};