-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcapabilities.xml
73 lines (59 loc) · 1.81 KB
/
capabilities.xml
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
<themeCapabilities>
<themeName>Space Carbon</themeName>
<colorScheme name="red">
<label>Red</label>
</colorScheme>
<colorScheme name="orange">
<label>Orange</label>
</colorScheme>
<colorScheme name="lime">
<label>Lime</label>
</colorScheme>
<colorScheme name="green">
<label>Green</label>
</colorScheme>
<colorScheme name="cyan">
<label>Cyan</label>
</colorScheme>
<colorScheme name="blue">
<label>Blue</label>
</colorScheme>
<colorScheme name="purple">
<label>Purple</label>
</colorScheme>
<colorScheme name="pink">
<label>Pink</label>
</colorScheme>
<transitions name="slide">
<label>Slide</label>
<selectable>true</selectable>
<systemToSystem>slide</systemToSystem>
<systemToGamelist>slide</systemToGamelist>
<gamelistToGamelist>slide</gamelistToGamelist>
<gamelistToSystem>slide</gamelistToSystem>
</transitions>
<transitions name="instant">
<label>Instant</label>
<selectable>true</selectable>
<systemToSystem>instant</systemToSystem>
<systemToGamelist>slide</systemToGamelist>
<gamelistToGamelist>slide</gamelistToGamelist>
<gamelistToSystem>slide</gamelistToSystem>
</transitions>
<variant name="normal-carousel">
<label>Carousel</label>
<selectable>true</selectable>
</variant>
<variant name="normal-grid">
<label>Grid</label>
<selectable>true</selectable>
</variant>
<variant name="colored-carousel">
<label>Tinted Carousel</label>
<selectable>true</selectable>
</variant>
<variant name="colored-grid">
<label>Tinted Grid</label>
<selectable>true</selectable>
</variant>
</themeCapabilities>