-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
skin.json
195 lines (193 loc) · 7 KB
/
skin.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
{
"Conditions": {
"Gamepage sidebar on left": {
"description": "Changes the sidebar on the game page from right to left",
"default": "no",
"tab": "General",
"values": {
"no": {},
"yes": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/general/gamepageSidebarLeft.css" }
}
}
},
"System accent colors": {
"description": "Replaces the SpaceTheme accent colors with your system accent colors",
"default": "no",
"tab": "General",
"values": {
"no": {},
"yes": {
"TargetCss": { "affects": [".*"], "src": "options/general/systemAccent.css" }
}
}
},
"Navigation buttons": {
"description": "Hide Navigation buttons",
"default": "yes",
"tab": "Steam bloat",
"values": {
"no": {},
"yes": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/steamBloat/navigationButtons.css" }
}
}
},
"Wallet balance": {
"description": "Hide wallet balance",
"default": "no",
"tab": "Steam bloat",
"values": {
"no": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/steamBloat/walletBalance.css" }
},
"yes": {}
}
},
"Steam VR button": {
"description": "Hide Steam VR button from userpannel",
"default": "no",
"tab": "Steam bloat",
"values": {
"no": {},
"yes": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/steamBloat/userpannelButtons/steamVr.css" }
}
}
},
"Big Picture Mode button": {
"description": "Hide Big Picture Mode button from userpannel",
"default": "no",
"tab": "Steam bloat",
"values": {
"no": {},
"yes": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/steamBloat/userpannelButtons/bpm.css" }
}
}
},
"News button": {
"description": "Hide News button form userpannel",
"default": "no",
"tab": "Steam bloat",
"values": {
"no": {},
"yes": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/steamBloat/userpannelButtons/news.css" }
}
}
},
"Notification button": {
"description": "Hide Notification button form userpannel",
"default": "no",
"tab": "Steam bloat",
"values": {
"no": {},
"yes": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/steamBloat/userpannelButtons/notification.css" }
}
}
},
"Friend list button": {
"description": "Hide Friend list button form userpannel (only with Userpannel experimental)",
"default": "no",
"tab": "Steam bloat",
"values": {
"no": {},
"yes": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/steamBloat/userpannelButtons/friendList.css" }
}
}
},
"What's New": {
"description": "Customize the What's New section",
"default": "Compact",
"tab": "Steam bloat",
"values": {
"Show": {},
"Compact": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/steamBloat/whatsNew/compact.css" }
},
"Hide": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/steamBloat/whatsNew/hide.css" }
}
}
},
"Add shelf button": {
"description": "Hide Add shelf button in Library",
"default": "no",
"tab": "Steam bloat",
"values": {
"no": {},
"yes": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/steamBloat/addShelf.css" }
}
}
},
"Game cover shiny effect": {
"description": "Hide shiny effect on game covers",
"default": "no",
"tab": "Steam bloat",
"values": {
"no": {},
"yes": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/steamBloat/shinyEffect.css" }
}
}
},
"VAC-Ban visibility": {
"description": "Hide the VAC ban from your profile or on all profiles (currently not working)",
"default": "Show",
"tab": "Steam bloat",
"values": {
"Show": {},
"For me": {
"TargetCss": { "affects": ["https://steamcommunity.com"], "src": "options/steamBloat/vacBan/me.css" }
},
"For all": {
"TargetCss": { "affects": ["https://steamcommunity.com"], "src": "options/steamBloat/vacBan/all.css" }
}
}
},
"Userpannel": {
"description": "Moves the user buttons and the download bar to the game sidebar",
"default": "no",
"tab": "Experimental",
"values": {
"no": {},
"yes": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/experimental/userpannel.css" },
"TargetJs": { "affects": ["^Steam$"], "src": "options/experimental/userpannel.js" }
}
}
}
},
"Patches": [
{
"MatchRegexString": "Supernav$",
"TargetCss": "menu.custom.css",
"TargetJs": "menu.custom.js"
},
{
"MatchRegexString": "Menu$",
"TargetCss": "menu.custom.css",
"TargetJs": "menu.custom.js"
}
],
"RootColors": "./src/css/root.css",
"Steam-WebKit": "webkit.css",
"UseDefaultPatches": true,
"author": "SpaceEnergy",
"description": "A modular design with dark colors intended to enhance navigability and improve user experience.",
"discord_support": { "inviteCodeExcludingLink": "7Zv8Xz3Vzn" },
"funding": { "kofi": "spacetheme" },
"github": {
"owner": "SpaceTheme",
"repo_name": "Steam"
},
"header_image": "https://raw.githubusercontent.com/SpaceTheme/Steam/main/_assets/img/banner.png",
"splash_image": "https://raw.githubusercontent.com/SpaceTheme/Steam/main/_assets/img/preview.png",
"name": "SpaceTheme for Steam",
"tags": [ "Modular", "Dark", "Customizable", "alpha" ],
"version": "1.1.2-alpha"
}