-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme_FilterCard.json
46 lines (46 loc) · 1.43 KB
/
theme_FilterCard.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
{
"name": "Filter Pane Attributes",
"visualStyles":
{"*":
{"*":
{
"outspacePane": [{
"backgroundColor": {"solid": {"color": "#999999"}},
"transparency": 30,
"foregroundColor": {"solid": {"color": "#374649"}},
"titleSize": 18,
"headerSize": 12,
"fontFamily": "Arial",
"border": true,
"borderColor": {"solid": {"color": "#909090"}},
"width": 190,
"checkboxAndApplyColor": {"solid": {"color": "#374649"}},
"searchTextSize": 11,
"inputBoxColor": {"solid": {"color": "#ffffff"}}
}],
"filterCard": [{
"$id": "Applied",
"backgroundColor": {"solid": {"color": "#171796"}},
"transparency": 0,
"border": true,
"borderColor": {"solid": {"color": "#909090"}},
"foregroundColor": {"solid": {"color": "#ffffff"}},
"textSize": 10,
"fontFamily": "Arial",
"inputBoxColor": {"solid": {"color": "#C8C8C8"}}
},
{
"$id": "Available",
"backgroundColor": {"solid": {"color": "#171796"}},
"transparency": 40,
"border": true,
"borderColor": {"solid": {"color": "#909090"}},
"foregroundColor": {"solid": {"color": "#ffffff"}},
"textSize": 9,
"fontFamily": "Arial",
"inputBoxColor": {"solid": {"color": "#777777"}}
}]
}
}
}
}