-
Notifications
You must be signed in to change notification settings - Fork 9
/
ColorAndTextClasses.json
84 lines (80 loc) · 1.99 KB
/
ColorAndTextClasses.json
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "Colors and Text Classes",
"dataColors": ["#171796", "#E34B20", "#F4B7A6", "#465437", "#E2EB00", "#615E55", "#00AC98", "#73268c"],
"background": "#FFFFFF",
"good": "#1AAB40",
"neutral": "#D9B300",
"bad": "#D64554",
"maximum": "#118DFF",
"center": "#D9B300",
"minimum": "#DEEFFF",
"null": "#FF7F48",
"firstLevelElements": "#949494",
"secondLevelElements": "#949494",
"thirdLevelElements": "#D5D5D5",
"fourthLevelElements": "#B7B7B7",
"secondaryBackground": "#E8E8E8",
"tableAccent": "#118DFF",
"textClasses": {
"label": {
"fontSize": 9,
"fontFace": "Arial",
"color": "#949494"
},
"callout": {
"fontSize": 18,
"fontFace": "Arial",
"color": "#808080"
},
"title": {
"fontSize": 12,
"fontFace": "Arial",
"color": "#949494"
},
"header": {
"fontSize": 12,
"fontFace": "Arial",
"color": "#808080"
},
"largeTitle": {
"fontSize": 14,
"fontFace": "Arial",
"color": "#808080"
},
"largeLabel": {
"fontSize": 12,
"fontFace": "Arial",
"color": "#808080"
},
"smallLabel": {
"fontSize": 8,
"fontFace": "Arial",
"color": "#949494"
},
"semiboldLabel": {
"fontSize": 8,
"fontFace": "Arial",
"color": "#808080"
},
"boldLabel": {
"fontSize": 8,
"fontFace": "Arial",
"color": "#808080"
},
"lightLabel": {
"fontSize": 8,
"fontFace": "Arial",
"color": "#949494"
},
"largeLightLabel": {
"fontSize": 8,
"fontFace": "Arial",
"color": "#949494"
},
"smallLightLabel": {
"fontSize": 8,
"fontFace": "Arial",
"color": "#949494"
}
}
}