-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.guiconfig
90 lines (90 loc) · 1.93 KB
/
.guiconfig
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
85
86
87
88
89
90
{
"brands": [
{
"ID": "BOM",
"name": "Bank of Melbourne"
},
{
"ID": "BSA",
"name": "Bank SA"
},
{
"ID": "STG",
"name": "St.George"
},
{
"ID": "WBC",
"name": "Westpac"
},
{
"ID": "WBG",
"name": "Westpac Group"
},
{
"ID": "BT",
"name": "BT Financial Group"
}
],
"colors": {
"BOM": {
"Color-Text": "#1f252c",
"Color-Muted": "#69727e",
"lists-link": "#b45c38",
"lists-tick": "#1f252c",
"radcheck-active": "#1f252c",
"radcheck-disabled-bg": "#f7f8f9",
"radcheck-disabled-border": "#d2d5d8",
"breadcrumb-crumb": "#b45c38"
},
"BSA": {
"Color-Text": "#333",
"Color-Muted": "#6c7074",
"lists-link": "#d81b2b",
"lists-tick": "#002f6c",
"radcheck-active": "#002f6c",
"radcheck-disabled-bg": "#f0f1f1",
"radcheck-disabled-border": "#d3d4d5",
"breadcrumb-crumb": "#d81b2b"
},
"STG": {
"Color-Text": "#004833",
"Color-Muted": "#757463",
"lists-link": "#e30000",
"lists-tick": "#78be20",
"radcheck-active": "#78be20",
"radcheck-disabled-bg": "#f8f8f7",
"radcheck-disabled-border": "#d6d5d0",
"breadcrumb-crumb": "#e30000"
},
"WBC": {
"Color-Text": "#2d373e",
"Color-Muted": "#575F65",
"lists-link": "#d5002b",
"lists-tick": "#621a4b",
"radcheck-active": "#621a4b",
"radcheck-disabled-bg": "#f9f9f8",
"radcheck-disabled-border": "#d7d2cb",
"breadcrumb-crumb": "#d5002b"
},
"WBG": {
"Color-Text": "#000",
"Color-Muted": "#5b6871",
"lists-link": "#d5002b",
"lists-tick": "#495761",
"radcheck-active": "#495761",
"radcheck-disabled-bg": "#f9fafb",
"radcheck-disabled-border": "#cfd8dc",
"breadcrumb-crumb": "#d5002b"
},
"BT": {
"Color-Text": "#333",
"Color-Muted": "#666",
"lists-link": "#9e005d",
"lists-tick": "#2574a9",
"radcheck-active": "#2574a9",
"radcheck-disabled-bg": "#fcfcfc",
"radcheck-disabled-border": "#e0e0e0",
"breadcrumb-crumb": "#9e005d"
}
}
}