-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathskin.json
237 lines (215 loc) · 5.38 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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
{
"Conditions": {
"Corners radius (beta)": {
"tab": "Global options",
"description": "Sets the strength of corner rounding (does not apply on webkit).",
"default": "Square (0px) - full compatibility (recommended)",
"values": {
"Square (0px) - full compatibility (recommended)": {
"TargetCss": {
"affects": [".*"], "src": "elements/options/corners/corner0.css"
}
},
"Default (5px) - half compatibility (ui only)": {
"TargetCss": {
"affects": [".*"], "src": "elements/options/corners/corner5.css"
}
},
"Rounded (10px) - half compatibility (ui only)": {
"TargetCss": {
"affects": [".*"], "src": "elements/options/corners/corner10.css"
}
}
}
},
"Avatar frame": {
"tab": "Global options",
"description": "Hide or show avatar frame on all avatars.",
"default": "Hide",
"values": {
"Show": {
"TargetCss": {
"affects": [".*"], "src": "elements/options/avatar_frame/show.css"
}
},
"Hide": {
"TargetCss": {
"affects": [".*"], "src": "elements/options/avatar_frame/hide.css"
}
}
}
},
"Account wallet": {
"tab": "Topbar options",
"description": "Hide or show wallet balance next to username.",
"default": "Hide",
"values": {
"Show": {},
"Hide": {
"TargetCss": {
"affects": ["^Account", "^Steam$"], "src": "elements/options/hide_wallet.css"
}
}
}
},
"News container": {
"tab": "Library options",
"description": "Hide or show 'What's New' block in the library.",
"default": "Show",
"values": {
"Show": {},
"Hide": {
"TargetCss": {
"affects": ["^Steam$"], "src": "elements/options/hide_news.css"
}
}
}
},
"Root menu Steam text": {
"tab": "Topbar options",
"description": "Hide or show steam text in top left of the root menu.",
"default": "Show",
"values": {
"Show": {},
"Hide": {
"TargetCss": {
"affects": ["^Steam$"], "src": "elements/options/hide_steam_text.css"
}
}
}
},
"Use Steam alternative logo": {
"tab": "Topbar options",
"description": "Change the logo of the root menu.",
"default": "yes",
"values": {
"no": {},
"yes": {
"TargetCss": {
"affects": ["^Steam$"], "src": "elements/options/steam_alternative_logo.css"
}
}
}
},
"Compact mod": {
"tab": "Library options",
"description": "Removes the filter & search from the sidebar to save even more space.",
"default": "Default",
"values": {
"Default": {},
"Compact (filter only)": {
"TargetCss": {
"affects": ["^Steam$"], "src": "elements/options/compact_mod.css"
}
},
"Ultra compact (filter & search)": {
"TargetCss": {
"affects": ["^Steam$"], "src": "elements/options/ultra_compact_mod.css"
}
}
}
},
"Steam news button": {
"tab": "Topbar options",
"description": "Hide or show Steam news button in top bar.",
"default": "Hide",
"values": {
"Show": {},
"Hide": {
"TargetCss": {
"affects": ["^Steam$"], "src": "elements/options/steam_actuality_button.css"
}
}
}
},
"Tabs text transform": {
"tab": "Topbar options",
"description": "Set capitalize text to topbar tabs.",
"default": "no",
"values": {
"no": {},
"yes": {
"TargetCss": {
"affects": ["^Steam$"], "src": "elements/options/tabs_text_form.css"
}
}
}
},
"Compact avatar": {
"tab": "Topbar options",
"description": "Make the avatar block compact.",
"default": "Compact",
"values": {
"Default": {},
"Compact": {
"TargetCss": {
"affects": ["^Steam$"], "src": "elements/options/compact_avatar.css"
}
}
}
},
"Community content": {
"tab": "Gamepage options",
"description": "Hide or show the community content in gamepage (can improve performance if you have a bad pc).",
"default": "Show",
"values": {
"Show": {},
"Hide": {
"TargetCss": {
"affects": ["^Steam$"], "src": "elements/options/gp_community_content.css"
}
}
}
},
"Header (compact mod)": {
"tab": "Gamepage options",
"description": "Hide or show the header image at the top of the game page to save more space.",
"default": "Default",
"values": {
"Default": {},
"No header": {
"TargetCss": {
"affects": ["^Steam$"], "src": "elements/options/gp_compact.css"
}
}
}
},
"No button labels in list mod": {
"tab": "Overlay options",
"description": "hide button names to only have the icon when the overlay is in list mode only",
"default": "Default",
"values": {
"Default": {},
"No label": {
"TargetCss": {
"affects": [".*"], "src": "elements/options/overlay_no_label_list.css"
}
}
}
}
},
"Steam-WebKit": "webkit.css",
"UseDefaultPatches": true,
"author": "SaiyajinK",
"description": "Dark minimalist skin for Steam",
"name": "Minimal Dark",
"version": "3.4.2",
"github": {
"owner": "SaiyajinK",
"repo_name": "Minimal-Dark-for-Steam"
},
"discord_support": {
"inviteCodeExcludingLink": "uwvCkSnvYY"
},
"funding": {
"kofi": "saiyajink"
},
"tags": [
"Minimal",
"Dark",
"Color",
"Customizable"
],
"header_image": "https://i.imgur.com/h75s8C4.jpeg",
"splash_image": "https://i.imgur.com/h75s8C4.jpeg"
}